Microsoft.Win32.Win32Native.SetFileAttributes C# (CSharp) Method

SetFileAttributes() private method

private SetFileAttributes ( String name, int attr ) : bool
name String
attr int
return bool
        internal static extern bool SetFileAttributes(String name, int attr);