コード例 #1
0
        public static FileAttributes GetFileAttributes(string filePath)
        {
            filePath = CheckAddLongPathPrefix(filePath);

            return((FileAttributes)PInvokeHelper.GetFileAttributes(filePath));
        }