Skip to content
Auto
Products

IFileSystemPermissionsOperations

Namespace: TagBites.IO.Operations
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Provides the permission checks of a FileSystem.

public interface IFileSystemPermissionsOperations

Determines whether a file/directory has access to read.

public virtual bool HasReadAccess(FileSystemStructureLink link)

bool

true if the file/directory can be read; otherwise, false.

Determines whether a file/directory has access to written.

public virtual bool HasWriteAccess(FileSystemStructureLink link)

bool

true if the file/directory can be written; otherwise, false.