AppendFileNumber
|
Takes a passed in originalFileName and checks if a file with that name already exists in the passed-in directory and if so returns a new name that is made unique by appending a number at the end(i.e. _1, _2,...)
|
Equals
(inherited from Object) |
|
EscapeFileName
|
Converts all invalid file name characters in the passed in originalFileName with underscores.
|
GetHashCode
(inherited from Object) |
|
GetType
(inherited from Object) |
|
ReferenceEquals
(inherited from Object) |
|
ToString
(inherited from Object) |
|