File |
The FileName type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality(FileName, FileName) | Determines whether two file names are equal. | |
| Equality(FileName, String) |
Determines whether a file name and a string path are equal.
Obsolete | |
| Equality(String, FileName) |
Determines whether a string path and a file name are equal.
Obsolete | |
| (FileName to String) | Converts a FileName to its string path. | |
| Inequality(FileName, FileName) | Determines whether two file names are not equal. | |
| Inequality(FileName, String) |
Determines whether a file name and a string path are not equal.
Obsolete | |
| Inequality(String, FileName) |
Determines whether a string path and a file name are not equal.
Obsolete |