Méthode | Description | |
---|---|---|
GetDirectory ( string filePath ) : string |
Gets the directory of a file.
|
|
StDirectoryInfo ( string fullPath, IFilesStorageProviderV30 provider ) : System |
Initializes a new instance of the T:StDirectoryInfo class.
|
public static GetDirectory ( string filePath ) : string | ||
filePath | string | The full file path, such as '/file.txt' or '/directory/sub/file.txt'. |
Résultat | string |
public StDirectoryInfo ( string fullPath, IFilesStorageProviderV30 provider ) : System | ||
fullPath | string | The full path of the directory, for example /dir/sub/ or /. |
provider | IFilesStorageProviderV30 | The provider that handles the directory. |
Résultat | System |