System.Net.FtpClient.FtpExtensions.GetFtpFileName C# (CSharp) 메소드

GetFtpFileName() 공개 정적인 메소드

Gets the file name from the path
public static GetFtpFileName ( this path ) : string
path this The full path to the file
리턴 string
        public static string GetFtpFileName(this string path)
        {
            return System.IO.Path.GetFileName(path).GetFtpPath();
        }