cwltool.stdfsaccess
===================

.. py:module:: cwltool.stdfsaccess

.. autoapi-nested-parse::

   Abstracted IO access.



Classes
-------

.. autoapisummary::

   cwltool.stdfsaccess.StdFsAccess


Functions
---------

.. autoapisummary::

   cwltool.stdfsaccess.abspath


Module Contents
---------------

.. py:function:: abspath(src, basedir)

.. py:class:: StdFsAccess(basedir)

   Local filesystem implementation.


   .. py:attribute:: basedir


   .. py:method:: glob(pattern)

      Return a possibly empty list of absolute URI paths that match pathname.



   .. py:method:: open(fn, mode)


   .. py:method:: exists(fn)


   .. py:method:: size(fn)


   .. py:method:: isfile(fn)


   .. py:method:: isdir(fn)


   .. py:method:: listdir(fn)

      Return a list containing the absolute path URLs of the entries in the directory given by path.



   .. py:method:: join(path, *paths)

      Join one or more path segments intelligently.



   .. py:method:: realpath(path)


