The following tables list the members exposed by IFilePath.
Public Properties
| Name | Description |
| FileExtension |
Gets a string representing the file name extension.
|
| FileName |
Gets a string representing the file name with its extension if any.
|
| FileNameWithoutExtension |
Gets a string representing the file name without its extension if any.
|
Top
Public Methods
| Name | Description |
| GetBrotherDirectoryWithName | Returns a new directory path representing a directory with name , located in the same directory as this file. |
| GetBrotherFileWithName | Returns a new file path refering to a file with name , located in the same directory as this file. |
| HasExtension | Gets a value indicating whether this file name has the extension, . |
| UpdateExtension | Returns a new file path representing this file with its file name extension updated to . |
Top
Extension Methods
See Also