PathConverterMethod Enumeration
Specifies the method that is used to convert the path in String values.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Members
Member name | Description | |
---|---|---|
FileName | Returns the filename and extension of the path String value. | |
FileNameWithoutExtension | Returns the filename of the of the path String value without the extension. | |
Extension | Returns the extension of the path String value. | |
ExtensionWithoutDot | Returns the extension of the path String value without the leading dot. | |
DirectoryName | Returns the directory of the path String value. | |
Root | Returns the root directory of the path String value. | |
Combine | Combines the path String value with the path String in the parameter. | |
ChangeExtension | Changes the extension of the path String value with the extension String in the parameter. | |
OriginalPath | Returns the path String value of an existing file or directory in its original representation with fixed character casing. If it does not exist, the original String value is returned. |