Click or drag to resize
Galactic API

FileGetSecurityObject Method

Gets the FileSecurity object for the file specified by the supplied path.

Namespace:  Galactic.FileSystem
Assembly:  Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static FileSecurity GetSecurityObject(
	string path
)

Parameters

path
Type: SystemString
The path to the file to retrieve the security object for.

Return Value

Type: FileSecurity
The security object for the file specified. Null if the file does not exist, an I/O error occurred, or the process does not have the permissions required to complete the operation.
See Also