Interface IPALFileSystem
Provides functions for working with file system
Namespace: Azos.Platform.Abstraction
Assembly: Azos.dll
Syntax
public interface IPALFileSystem
Methods
EnsureAccessibleDirectory(String)
Creates directory and immediately grants it accessibility rules for everyone if it does not exists, or returns the existing directory
Declaration
DirectoryInfo EnsureAccessibleDirectory(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.IO.DirectoryInfo |