CClash.FileUtils.GetShortPathName C# (CSharp) Method

GetShortPathName() private method

private GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int
path [
shortPath [
shortPathLength int
return int
        static extern int GetShortPathName(
            [MarshalAs(UnmanagedType.LPTStr)]
         string path,
            [MarshalAs(UnmanagedType.LPTStr)]
         StringBuilder shortPath,
            int shortPathLength
            );