Class NamingHelper
Inheritance
System.Object
NamingHelper
Assembly: Emby.Naming.dll
Syntax
public static class NamingHelper
Methods
Declaration
public static FileSystemMetadata Fix(FileSystemMetadata file)
Parameters
Returns
Declaration
public static FileSystemMetadata GetFileSystemMetadata(string path, bool isDirectory)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.Boolean |
isDirectory |
|
Returns
Declaration
public static FileSystemMetadata GetFileSystemMetadata(string path, bool isDirectory, IFileSystem fileSystem)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.Boolean |
isDirectory |
|
IFileSystem |
fileSystem |
|
Returns