(collection {collection-ao :collectionAO} path)
Returns an instance of Collection (the Jargon version) representing a directory in iRODS.
Returns an instance of Collection (the Jargon version) representing a directory in iRODS.
(created-date {cm-ao :fileSystemAO} path)
Returns the date that the file/directory was created.
Returns the date that the file/directory was created.
(data-object {data-ao :dataObjectAO} path)
Returns an instance of DataObject representing 'path'.
Returns an instance of DataObject representing 'path'.
(exists? cm path)
Returns true if 'path' exists in iRODS and false otherwise.
Parameters: path - String containing a path.
Returns: true if the path exists in iRODS and false otherwise.
Returns true if 'path' exists in iRODS and false otherwise. Parameters: path - String containing a path. Returns: true if the path exists in iRODS and false otherwise.
(file {file-factory :fileFactory} path)
Returns an instance of IRODSFile representing 'path'. Note that path can point to either a file or a directory.
Parameters: path - String containing a path.
Returns: An instance of IRODSFile representing 'path'.
Returns an instance of IRODSFile representing 'path'. Note that path can point to either a file or a directory. Parameters: path - String containing a path. Returns: An instance of IRODSFile representing 'path'.
(file-size {cm-ao :fileSystemAO} path)
Returns the size of the file in bytes.
Returns the size of the file in bytes.
(is-dir? cm path)
Returns true if the path is a directory in iRODS, false otherwise.
Returns true if the path is a directory in iRODS, false otherwise.
(is-file? cm path)
Returns true if the path is a file in iRODS, false otherwise.
Returns true if the path is a file in iRODS, false otherwise.
(is-linked-dir? {file-factory :fileFactory} path)
Indicates whether or not a directory (collection) is actually a link to a directory (linked collection).
Parameters: cm - the context map path - the absolute path to the directory to check.
Returns: It returns true if the path points to a linked directory, otherwise it returns false.
Indicates whether or not a directory (collection) is actually a link to a directory (linked collection). Parameters: cm - the context map path - the absolute path to the directory to check. Returns: It returns true if the path points to a linked directory, otherwise it returns false.
(lastmod-date {cm-ao :fileSystemAO} path)
Returns the date that the file/directory was last modified.
Returns the date that the file/directory was last modified.
(paths-exist? cm paths)
Returns true if the paths exist in iRODS.
Parameters: paths - A sequence of strings containing paths.
Returns: Boolean
Returns true if the paths exist in iRODS. Parameters: paths - A sequence of strings containing paths. Returns: Boolean
(stat {cm-ao :fileSystemAO} path)
Returns status information for a path.
Returns status information for a path.
(trash-base-dir zone user)
Returns the base trash folder for a specified user.
Parameters: zone - he name of the authenication zone user - the username of the user's trash folder to look up.
Returns: It returns the absolute path to the trash folder.
Returns the base trash folder for a specified user. Parameters: zone - he name of the authenication zone user - the username of the user's trash folder to look up. Returns: It returns the absolute path to the trash folder.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close