Home BasePack FileSys Procedures Files ReplaceInvalidFileNameChars |
|
| See also: IsValidFileName, ReduceStringToFN83CompliantChars |
|
ReplaceInvalidFileNameChars |
|
| Unit: |
SDL_filesys |
| Class: |
none |
| Declaration: |
function ReplaceInvalidFileNameChars (FName: string; ReplacementChar: char): string; |
The function ReplaceInvalidFileNameChars replaces all invalid characters in the filename FName by a character specified by the parameter ReplacementChar and returns the result as the function value. Please note that the function expects a filename without path.
|