C# Class _3PA.Lib.Ftp.PathCheck

ファイルを表示 Open project: jcaillon/3P

Public Methods

Method Description
GetValidLocalFileName ( string fileName ) : string

Replaces all invalid characters found in the provided name

Private Methods

Method Description
ReplaceAllChars ( string str, char oldChars, char newChar ) : string

Method Details

GetValidLocalFileName() public static method

Replaces all invalid characters found in the provided name
public static GetValidLocalFileName ( string fileName ) : string
fileName string A file name without directory information
return string