File |
The FileIOHelper type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetValidFullPathName | Get a valid full file name out of a raw file name that can contain invalid characters. Those characters are replaced by unicode chars. Here, special measures are taken to not accidentally replace the question mark and colon in absolute file names, starting with e.g. C:\... or \\?\C:\.... | |
GetValidPathNameFragment | Get a valid file name part out of a raw file name that can contain invalid characters. Those characters are replaced by unicode characters. Attention: the provided name should not be an absolute file name. This is because here, in a file name like C:\Temp.txt, the colon would be replaced by a unicode character. If an absolute name needs to be processed, use the function GetValidFullPathName(String). Backslash chars are sustained. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |