Click or drag to resize
PathGetDirectoryNameWithoutRoot Method
Overload List
  NameDescription
Public methodStatic memberGetDirectoryNameWithoutRoot(String)
[AlphaFS] Returns the directory information for the specified path string without the root information, for example: "C:\Windows\system32" returns: "Windows".
Public methodStatic memberGetDirectoryNameWithoutRoot(KernelTransaction, String)
[AlphaFS] Returns the directory information for the specified path string without the root information, for example: "C:\Windows\system32" returns: "Windows".
Top
See Also