EAPUtilCleanFilename Method |
Name | Description | |
---|---|---|
CleanFilename(String) |
Clean the provided filename replacing any characters that are invalid in Windows
filenames with underbars. Additional cleaning may be added in the future with the
intent of guraranteeing that the returned filename is a valid Windows filename.
Note that this method could reasonably be called SafeFilename().
| |
CleanFilename(BrowserInfo, String) |
Clean the provided filename replacing any characters that are invalid in Windows
filenames with underbars. Additional cleaning may be added in the future with the
intent of guraranteeing that the returned filename is a valid browser download filename.
Note that this method could reasonably be called SafeFilename().
|