disguise developers

Designer Plugins

Plugins for Disguise Designer software.

IFilesystem

Base class: _BlipValue

Subclasses: Package

Variables

CHUNK_KEEP_REVISIONS : Final = 1

Methods

disableWrite(self)

exists(self, file: str) -> bool

findAllBeginsWith(self, s: str) -> List[str]

isDir(self, search: str) -> bool

isFile(self, file: str) -> bool

lastWriteDate(self, file: str) -> FilesystemDateStamp

read(self, filename) -> Any

remove(self, file: str) -> bool

rename(self, file: str, newFilename: str) -> bool

search(self, s: str) -> List[str]

setLastWriteDate(self, file: str, dateStamp: FilesystemDateStamp)

size(self, file: str) -> int

write(self, file, buffer, keep) -> Any