Header menu logo ARCTokenization

FileSystem Type

Static members

Static member Description

FileSystem.parseAbsoluteDirectoryPaths rootPath

Full Usage: FileSystem.parseAbsoluteDirectoryPaths rootPath

Parameters:
    rootPath : string - absolute path ending with a trailing slash

Returns: CvParam seq

Returns all directories in the given rootPath as a list of CvParams containing the annotated absolute directory paths. Note that rootPath must be an absolute path ending with a trailing slash.

rootPath : string

absolute path ending with a trailing slash

Returns: CvParam seq

FileSystem.parseAbsoluteFilePaths rootPath

Full Usage: FileSystem.parseAbsoluteFilePaths rootPath

Parameters:
    rootPath : string - absolute path ending with a trailing slash

Returns: CvParam seq

Returns all files in the given rootPath as a list of CvParams containing the annotated absolute file paths. Note that rootPath must be an absolute path ending with a trailing slash.

rootPath : string

absolute path ending with a trailing slash

Returns: CvParam seq

FileSystem.parseRelativeDirectoryPaths rootPath

Full Usage: FileSystem.parseRelativeDirectoryPaths rootPath

Parameters:
    rootPath : string - absolute path ending with a trailing slash

Returns: CvParam seq

Returns all directories in the given rootPath as a list of CvParams containing the annotated relative directory paths. Note that rootPath must be an absolute path ending with a trailing slash.

rootPath : string

absolute path ending with a trailing slash

Returns: CvParam seq

FileSystem.parseRelativeFilePaths rootPath

Full Usage: FileSystem.parseRelativeFilePaths rootPath

Parameters:
    rootPath : string - absolute path ending with a trailing slash

Returns: CvParam seq

Returns all files in the given rootPath as a list of CvParams containing the annotated relative file paths. Note that rootPath must be an absolute path ending with a trailing slash.

rootPath : string

absolute path ending with a trailing slash

Returns: CvParam seq

Type something to start searching.