Click or drag to resize

WindowsFileSystemItemTryGetAttributes Method

IT Hit User File System
Tries to get file attributes.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public static bool TryGetAttributes(
	string path,
	out Nullable<FileAttributes> attributes
)

Parameters

path
Type: SystemString
File system path.
attributes
Type: SystemNullableFileAttributes
Attributes.

Return Value

Type: Boolean
True if the method completed successfully, false - otherwise.
See Also