 | IFileSystemPathUtilityGetDirectoryName Method |
Returns the directory information for the specified path string.
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxstring? GetDirectoryName(
string? path
)
Function GetDirectoryName (
path As String
) As String
String^ GetDirectoryName(
String^ path
)
abstract GetDirectoryName :
path : string -> string
Parameters
- path String
- The path of a file or directory.
Return Value
StringDirectory information for
path, or
if
path denotes a root directory. return
Empty if
path does
not contain directory information.
See Also