Interface IDirectory
Represents the root of a Directory, where each file that is access through a directory is associated with a GUID in the directory's manifest.
When files are moved between IDirectories, the files GUID is preserved. Thus, metadata can be preserved throughout.
Inherited Members
Namespace: Snowflake.Filesystem
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IDirectory : IIndelibleDirectory
Methods
AsIndelible()
Returns an undeletable version of this directory
Declaration
IIndelibleDirectory AsIndelible()
Returns
Type | Description |
---|---|
IIndelible |
Delete()
Deletes the directory, including all files and subdirectories included.
This will invalidate all instances of IDirectory pointing to this specific directory until it exists again.
Declaration
void Delete()