Click or drag to resize

Path Methods

The Path type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddTrailingDirectorySeparator(String)
[AlphaFS] Adds a trailing DirectorySeparatorChar character to the string, when absent.
Public methodStatic memberAddTrailingDirectorySeparator(String, Boolean)
[AlphaFS] Adds a trailing DirectorySeparatorChar or AltDirectorySeparatorChar character to the string, when absent.
Public methodStatic memberChangeExtension
Changes the extension of a path string.
Public methodStatic memberCombine
Combines an array of strings into a path.
Public methodStatic memberGetDirectoryName(String)
Returns the directory information for the specified path string.
Public methodStatic memberGetDirectoryName(String, Boolean)
[AlphaFS] Returns the directory information for the specified path string.
Public methodStatic memberGetDirectoryNameWithoutRoot
[AlphaFS] Returns the directory information for the specified path string without the root information, for example: "C:\Windows\system32" returns: "Windows".
Public methodStatic memberGetDirectoryNameWithoutRootTransacted
[AlphaFS] Returns the directory information for the specified path string without the root information, for example: "C:\Windows\system32" returns: "Windows".
Public methodStatic memberGetExtension(String)
Returns the extension of the specified path string.
Public methodStatic memberGetExtension(String, Boolean)
Returns the extension of the specified path string.
Public methodStatic memberGetFileName(String)
Returns the file name and extension of the specified path string.
Public methodStatic memberGetFileName(String, Boolean)
[AlphaFS] Returns the file name and extension of the specified path string.
Public methodStatic memberGetFileNameWithoutExtension(String)
Returns the file name of the specified path string without the extension.
Public methodStatic memberGetFileNameWithoutExtension(String, Boolean)
[AlphaFS] Returns the file name of the specified path string without the extension.
Public methodStatic memberGetFinalPathNameByHandle(SafeFileHandle)
[AlphaFS] Retrieves the final path for the specified file, formatted as FinalPathFormats.
Public methodStatic memberGetFinalPathNameByHandle(SafeFileHandle, FinalPathFormats)
[AlphaFS] Retrieves the final path for the specified file, formatted as FinalPathFormats.
Public methodStatic memberGetFullPath(String)
Returns the absolute path for the specified path string.
Public methodStatic memberGetFullPath(String, GetFullPathOptions)
Returns the absolute path for the specified path string.
Public methodStatic memberGetFullPathTransacted(KernelTransaction, String)
[AlphaFS] Returns the absolute path for the specified path string.
Public methodStatic memberGetFullPathTransacted(KernelTransaction, String, GetFullPathOptions)
[AlphaFS] Returns the absolute path for the specified path string.
Public methodStatic memberGetInvalidFileNameChars
Gets an array containing the characters that are not allowed in file names.
Public methodStatic memberGetInvalidPathChars
Gets an array containing the characters that are not allowed in path names.
Public methodStatic memberGetLongFrom83ShortPath
[AlphaFS] Converts the specified existing path to its regular long form.
Public methodStatic memberGetLongFrom83ShortPathTransacted
[AlphaFS] Converts the specified existing path to its regular long form.
Public methodStatic memberGetLongPath
Makes an extended long path from the specified path by prefixing LongPathPrefix.
Public methodStatic memberGetMappedConnectionName
[AlphaFS] Gets the connection name of the locally mapped drive.
Public methodStatic memberGetMappedUncName
[AlphaFS] Gets the network share name from the locally mapped path.
Public methodStatic memberGetPathRoot(String)
Gets the root directory information of the specified path.
Public methodStatic memberGetPathRoot(String, Boolean)
[AlphaFS] Gets the root directory information of the specified path.
Public methodStatic memberGetRandomFileName
Returns a random folder name or file name.
Public methodStatic memberGetRegularPath
[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".
Public methodStatic memberGetShort83Path
[AlphaFS] Retrieves the short path form of the specified path.
Public methodStatic memberGetShort83PathTransacted
[AlphaFS] Retrieves the short path form of the specified path.
Public methodStatic memberGetSuffixedDirectoryName
[AlphaFS] Returns the directory information for the specified path with a trailing DirectorySeparatorChar character.
Public methodStatic memberGetSuffixedDirectoryNameTransacted
[AlphaFS] Returns the directory information for the specified path with a trailing DirectorySeparatorChar character.
Public methodStatic memberGetSuffixedDirectoryNameWithoutRoot
[AlphaFS] Returns the directory information for the specified path without the root and with a trailing DirectorySeparatorChar character.
Public methodStatic memberGetSuffixedDirectoryNameWithoutRootTransacted
[AlphaFS] Returns the directory information for the specified path without the root and with a trailing DirectorySeparatorChar character.
Public methodStatic memberGetTempFileName
Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file.
Public methodStatic memberGetTempPath
Returns the path of the current user's temporary folder.
Public methodStatic memberGetTempPath(String)
[AlphaFS] Returns the path of the current user's temporary folder.
Public methodStatic memberHasExtension
Determines whether a path includes a file name extension.
Public methodStatic memberIsLongPath
[AlphaFS] Determines whether the specified path starts with a LongPathPrefix or LongPathUncPrefix.
Public methodStatic memberIsPathRooted(String)
Gets a value indicating whether the specified path string contains absolute or relative path information.
Public methodStatic memberIsPathRooted(String, Boolean)
[AlphaFS] Gets a value indicating whether the specified path string contains absolute or relative path information.
Public methodStatic memberIsUncPath(String)
[AlphaFS] Determines if a path string is a valid Universal Naming Convention (UNC) path.
Public methodStatic memberIsUncPath(String, Boolean)
[AlphaFS] Determines if a path string is a valid Universal Naming Convention (UNC) path, optionally skip invalid path character check.
Public methodStatic memberIsValidName
[AlphaFS] Check if file or folder name has any invalid characters.
Public methodStatic memberLocalToUnc(String)
[AlphaFS] Converts a local path to a network share path.

A Local path, e.g.: "C:\Windows" will be returned as: "\\MachineName\C$\Windows".

If a logical drive points to a network share path, the share path will be returned instead.

Public methodStatic memberLocalToUnc(String, Boolean)
[AlphaFS] Converts a local path to a network share path, optionally returning it in a long path format.

A Local path, e.g.: "C:\Windows" will be returned as: "\\MachineName\C$\Windows".

If a logical drive points to a network share path, the share path will be returned instead.

Public methodStatic memberLocalToUnc(String, Boolean, Boolean, Boolean)
[AlphaFS] Converts a local path to a network share path, optionally returning it in a long path format and the ability to add or remove a trailing backslash.

A Local path, e.g.: "C:\Windows" will be returned as: "\\MachineName\C$\Windows".

If a logical drive points to a network share path, the share path will be returned instead.

Public methodStatic memberRemoveTrailingDirectorySeparator(String)
[AlphaFS] Removes the trailing DirectorySeparatorChar character from the string, when present.
Public methodStatic memberRemoveTrailingDirectorySeparator(String, Boolean)
[AlphaFS] Removes the trailing DirectorySeparatorChar or AltDirectorySeparatorChar character from the string, when present.
Top
See Also