File.GetFolderFromFilePath method
Get Directory Path from file path.
public static string GetFolderFromFilePath(string file)
| parameter | description |
|---|---|
| file | path to file. |
Return Value
Path to directory.
See Also
- class File
- namespace LiTools.Helpers.IO
Get Directory Path from file path.
public static string GetFolderFromFilePath(string file)
| parameter | description |
|---|---|
| file | path to file. |
Path to directory.