2 references to SetFileAttributes
mscorlib (2)
system\io\file.cs (1)
709
bool r = Win32Native.
SetFileAttributes
(fullPath, (int) fileAttributes);
system\io\filesysteminfo.cs (1)
314
bool r = Win32Native.
SetFileAttributes
(FullPath, (int) value);