DirectoryGetFileSystemEntryInfo Method (String, Boolean) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileSystemEntryInfo GetFileSystemEntryInfo(
string path,
bool continueOnException
)
Public Shared Function GetFileSystemEntryInfo (
path As String,
continueOnException As Boolean
) As FileSystemEntryInfo
public:
static FileSystemEntryInfo^ GetFileSystemEntryInfo(
String^ path,
bool continueOnException
)
static member GetFileSystemEntryInfo :
path : string *
continueOnException : bool -> FileSystemEntryInfo
Parameters
- path
- Type: SystemString
The path to the directory. - continueOnException
- Type: SystemBoolean
suppress any Exception that might be thrown as a result from a failure,
such as ACLs protected directories or non-accessible reparse points.
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the directory.
See Also