Click or drag to resize

NativeFileIOSafeNativeMethodsSetFileAttributes Method

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
[DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)]
public static bool SetFileAttributes(
	string lpFileName,
	FileAttributes dwFileAttributes
)

Parameters

lpFileName
Type: SystemString
dwFileAttributes
Type: System.IOFileAttributes

Return Value

Type: Boolean
See Also