Click or drag to resize

EAPUtilCleanFilename Method

Overload List
  NameDescription
Public methodStatic memberCleanFilename(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().
Public methodStatic memberCleanFilename(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().
Top
See Also