The DirectoryEntrySync interface of the File System API represents directory in a file system. It includes methods for creating, looking up, and recursively removing files in a directory.
The DirectoryEntrySync interface of the File System API represents directory in a file system. It includes methods for creating, looking up, and recursively removing files in a directory.
(directory-entry-sync this & args)
Method.
Represents a directory in a file system.
Method. Represents a directory in a file system.
(directory-reader-sync this & args)
Method.
Represents a directory in a file system.
Method. Represents a directory in a file system.
(file-entry-sync this & args)
Method.
Represents a file in a file system.
Method. Represents a file in a file system.
(path this & args)
Method.
Either an absolute path or a relative path from the directory the file to be looked up or created. You cannot create a file immediate parent does not exist. Create the parent directory
Method. Either an absolute path or a relative path from the directory the file to be looked up or created. You cannot create a file immediate parent does not exist. Create the parent directory
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close