cwltool.stdfsaccess
Abstracted IO access.
Classes
Local filesystem implementation. |
Functions
|
Module Contents
- class cwltool.stdfsaccess.StdFsAccess(basedir)
Local filesystem implementation.
- Parameters:
basedir (str)
- basedir
- glob(pattern)
Return a possibly empty list of absolute URI paths that match pathname.
- listdir(fn)
Return a list containing the absolute path URLs of the entries in the directory given by path.