Click or drag to resize
Path Methods

The Path type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine(String)
Combines an array of strings into a path.
Public methodStatic memberCombine(String, String)
Combines two strings into a path.
Public methodStatic memberCombine(String, String, String)
Combines three strings into a path.
Public methodStatic memberCombine(String, String, String, String)
Combines four strings into a path.
Public methodStatic memberGetDirectoryName
Returns the directory information for the specified path string.
Public methodStatic memberGetExtension
Returns the extension of the specified path string.
Public methodStatic memberGetFileName
Returns the file name and extension of the specified path string.
Public methodStatic memberGetFileNameWithoutExtension
Returns the file name of the specified path string without the extension.
Public methodStatic memberGetFullPath
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 memberIsPathRooted
Gets a value indicating whether the specified path string contains a root.
Top
See Also