Liking cljdoc? Tell your friends :D

web.files.DirectoryEntrySync

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.
raw docstring

directory-entry-synccljs

(directory-entry-sync this & args)

Method.

Represents a directory in a file system.

Method.

Represents a directory in a file system.
sourceraw docstring

directory-reader-synccljs

(directory-reader-sync this & args)

Method.

Represents a directory in a file system.

Method.

Represents a directory in a file system.
sourceraw docstring

file-entry-synccljs

(file-entry-sync this & args)

Method.

Represents a file in a file system.

Method.

Represents a file in a file system.
sourceraw docstring

pathcljs

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close