Click or drag to resize

DirectoryGetFileSystemEntryInfo Method (String, Boolean, PathFormat)

[AlphaFS] Gets the FileSystemEntryInfo of the directory on the path.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static FileSystemEntryInfo GetFileSystemEntryInfo(
	string path,
	bool continueOnException,
	PathFormat pathFormat
)

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.

pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: FileSystemEntryInfo
The FileSystemEntryInfo instance of the directory.
See Also