ICSharpCode.SharpZipLib.Zip.FastZip.MakeExternalAttributes C# (CSharp) 메소드

MakeExternalAttributes() 정적인 개인적인 메소드

static private MakeExternalAttributes ( FileInfo info ) : int
info System.IO.FileInfo
리턴 int
        static int MakeExternalAttributes(FileInfo info)
        {
            return (int)info.Attributes;
        }