PathGetSuffixedDirectoryNameWithoutRootTransacted Method |
[AlphaFS] Returns the directory information for the specified
path without the root and with a trailing
DirectorySeparatorChar character.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string GetSuffixedDirectoryNameWithoutRootTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function GetSuffixedDirectoryNameWithoutRootTransacted (
transaction As KernelTransaction,
path As String
) As String
public:
static String^ GetSuffixedDirectoryNameWithoutRootTransacted(
KernelTransaction^ transaction,
String^ path
)
static member GetSuffixedDirectoryNameWithoutRootTransacted :
transaction : KernelTransaction *
path : string -> string
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - 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