PathGetSuffixedDirectoryNameWithoutRoot Method (String) |
[AlphaFS] Returns the directory information for the specified
path without the root and with a trailing
DirectorySeparatorChar character.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetSuffixedDirectoryNameWithoutRoot(
string path
)
Public Shared Function GetSuffixedDirectoryNameWithoutRoot (
path As String
) As String
public:
static String^ GetSuffixedDirectoryNameWithoutRoot(
String^ path
)
static member GetSuffixedDirectoryNameWithoutRoot :
path : string -> string
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
StringThe directory information for the specified path without the root and with a trailing DirectorySeparatorChar character,
or if path is or if path is .
See Also