ICanCreateOpenDelete Description interface Tinman.Core.IO.ICanCreateOpenDelete Extended by IFileSystem Base interface for classes that create, open and/or delete resources. Public / Attributes CanCreate public attribute CanCreate → (get) value : bool true if this object can create new resources, false if it cannot. Is this object capable of creating new resources? CanDelete public attribute CanDelete → (get) value : bool true if this object can delete resources, false if it cannot. Is this object capable of deleting files? CanOpen public attribute CanOpen → (get) value : bool true if this object can open existing resources, false if it cannot. Is this object capable of opening existing files? IBinaryWriter ICanReadWrite