UtilFileGetAttributes Method
Gets the attributes of a file.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static FileAttributes GetAttributes(
string filepath
)
Public Shared Function GetAttributes (
filepath As String
) As FileAttributes
Dim filepath As String
Dim returnValue As FileAttributes
returnValue = UtilFile.GetAttributes(filepath)
public:
static FileAttributes GetAttributes(
String^ filepath
)
static member GetAttributes :
filepath : string -> FileAttributes
No code example is currently available or this language may not be supported.
- filepath String
-
The filepath.
FileAttributes
The file attributes.
This is a code example.
No code example is currently available or this language may not be supported.
Dim attributes As FileAttributes = GetAttributes("C:\File.ext")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.