EAPUtilCleanFilename Method (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().
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string CleanFilename(
string filename
)
Public Shared Function CleanFilename (
filename As String
) As String
Parameters
- filename
- Type: SystemString
The filename to clean.
Return Value
Type:
StringThe cleaned filename.
See Also