Path Methods |
The Path type exposes the following members.
Name | Description | |
---|---|---|
AddTrailingDirectorySeparator(String) | [AlphaFS] Adds a trailing DirectorySeparatorChar character to the string, when absent. | |
AddTrailingDirectorySeparator(String, Boolean) | [AlphaFS] Adds a trailing DirectorySeparatorChar or AltDirectorySeparatorChar character to the string, when absent. | |
ChangeExtension | Changes the extension of a path string. | |
Combine | Combines an array of strings into a path. | |
GetDirectoryName(String) | Returns the directory information for the specified path string. | |
GetDirectoryName(String, Boolean) | [AlphaFS] Returns the directory information for the specified path string. | |
GetDirectoryNameWithoutRoot(String) | [AlphaFS] Returns the directory information for the specified path string without the root information, for example: "C:\Windows\system32" returns: "Windows". | |
GetDirectoryNameWithoutRoot(KernelTransaction, String) | [AlphaFS] Returns the directory information for the specified path string without the root information, for example: "C:\Windows\system32" returns: "Windows". | |
GetExtension(String) | Returns the extension of the specified path string. | |
GetExtension(String, Boolean) | Returns the extension of the specified path string. | |
GetFileName(String) | Returns the file name and extension of the specified path string. | |
GetFileName(String, Boolean) | [AlphaFS] Returns the file name and extension of the specified path string. | |
GetFileNameWithoutExtension(String) | Returns the file name of the specified path string without the extension. | |
GetFileNameWithoutExtension(String, Boolean) | [AlphaFS] Returns the file name of the specified path string without the extension. | |
GetFinalPathNameByHandle(SafeFileHandle) | [AlphaFS] Retrieves the final path for the specified file, formatted as FinalPathFormats. | |
GetFinalPathNameByHandle(SafeFileHandle, FinalPathFormats) | [AlphaFS] Retrieves the final path for the specified file, formatted as FinalPathFormats. | |
GetFullPath(String) | Returns the absolute path for the specified path string. | |
GetFullPath(KernelTransaction, String) | [AlphaFS] Returns the absolute path for the specified path string. | |
GetInvalidFileNameChars | Gets an array containing the characters that are not allowed in file names. | |
GetInvalidPathChars | Gets an array containing the characters that are not allowed in path names. | |
GetLongFrom83ShortPath(String) | [AlphaFS] Converts the specified existing path to its regular long form. | |
GetLongFrom83ShortPath(KernelTransaction, String) | [AlphaFS] Converts the specified existing path to its regular long form. | |
GetLongPath | [AlphaFS] Makes a Unicode path (LongPath) of the specified path by prefixing LongPathPrefix. | |
GetMappedConnectionName | [AlphaFS] Gets the connection name of the locally mapped drive. | |
GetMappedUncName | [AlphaFS] Gets the network share name from the locally mapped path. | |
GetPathRoot(String) | Gets the root directory information of the specified path. | |
GetPathRoot(String, Boolean) | [AlphaFS] Gets the root directory information of the specified path. | |
GetRandomFileName | Returns a random folder name or file name. | |
GetRegularPath | [AlphaFS] Gets the regular path from long prefixed one. i.e.: "\\?\C:\Temp\file.txt" to C:\Temp\file.txt" or: "\\?\UNC\Server\share\file.txt" to "\\Server\share\file.txt". | |
GetShort83Path(String) | [AlphaFS] Retrieves the short path form of the specified path. | |
GetShort83Path(KernelTransaction, String) | [AlphaFS] Retrieves the short path form of the specified path. | |
GetSuffixedDirectoryName(String) | [AlphaFS] Returns the directory information for the specified path with a trailing DirectorySeparatorChar character. | |
GetSuffixedDirectoryName(KernelTransaction, String) | [AlphaFS] Returns the directory information for the specified path with a trailing DirectorySeparatorChar character. | |
GetSuffixedDirectoryNameWithoutRoot(String) | [AlphaFS] Returns the directory information for the specified path without the root and with a trailing DirectorySeparatorChar character. | |
GetSuffixedDirectoryNameWithoutRoot(KernelTransaction, String) | [AlphaFS] Returns the directory information for the specified path without the root and with a trailing DirectorySeparatorChar character. | |
GetTempFileName | Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file. | |
GetTempPath | Returns the path of the current user's temporary folder. | |
GetTempPath(String) | [AlphaFS] Returns the path of the current user's temporary folder. | |
HasExtension | Determines whether a path includes a file name extension. | |
IsLocalPath(String) | [AlphaFS] Determines whether the specified path is a local path. | |
IsLocalPath(String, Boolean) | [AlphaFS] Determines whether the specified path is a local path. | |
IsLongPath | [AlphaFS] Determines whether the specified path starts with a LongPathPrefix or LongPathUncPrefix. | |
IsPathRooted(String) | Gets a value indicating whether the specified path string contains absolute or relative path information. | |
IsPathRooted(String, Boolean) | [AlphaFS] Gets a value indicating whether the specified path string contains absolute or relative path information. | |
IsUncPath(String) | [AlphaFS] Determines if a path string is a valid Universal Naming Convention (UNC) path. | |
IsUncPath(String, Boolean) | [AlphaFS] Determines if a path string is a valid Universal Naming Convention (UNC) path. | |
IsValidName | [AlphaFS] Check if file or folder name has any invalid characters. | |
LocalToUnc(String) | [AlphaFS] Converts a local path to a network share path.
A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows" If a logical drive points to a network share path, the share path will be returned. | |
LocalToUnc(String, Boolean) | [AlphaFS] Converts a local path to a network share path.
A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows" If a logical drive points to a network share path, the share path will be returned. | |
LocalToUnc(String, Boolean, Boolean, Boolean) | [AlphaFS] Converts a local path to a network share path.
A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows" If a logical drive points to a network share path, the share path will be returned. | |
RemoveTrailingDirectorySeparator(String) | [AlphaFS] Removes the trailing DirectorySeparatorChar character from the string, when present. | |
RemoveTrailingDirectorySeparator(String, Boolean) | [AlphaFS] Removes the trailing DirectorySeparatorChar or AltDirectorySeparatorChar character from the string, when present. |