NativeFileIOSafeNativeMethodsGetFileAttributes 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 FileAttributes GetFileAttributes(
string lpFileName
)
<DllImportAttribute("kernel32.dll", CharSet := CharSet.Auto, SetLastError := true>]
Public Shared Function GetFileAttributes (
lpFileName As String
) As FileAttributes
public:
[DllImportAttribute(L"kernel32.dll", CharSet = CharSet::Auto, SetLastError = true)]
static FileAttributes GetFileAttributes(
[InAttribute] String^ lpFileName
)
[<DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)>]
static member GetFileAttributes :
lpFileName : string -> FileAttributes
Parameters
- lpFileName
- Type: SystemString
Return Value
Type:
FileAttributesSee Also