CSAssocFile.cAssocFile.getLongFileName C# (CSharp) Method

getLongFileName() public method

public getLongFileName ( String fullFileName ) : String
fullFileName String
return String
        public String getLongFileName(String fullFileName)
        {
            return Path.GetFullPath(fullFileName);
        }