-
DataSource.abspath(path)
[source] -
Return absolute path of file in the DataSource directory.
If
path
is an URL, thenabspath
will return either the location the file exists locally or the location it would exist when opened using theopen
method.Parameters: path : str
Can be a local file or a remote URL.
Returns: out : str
Complete path, including the
DataSource
destination directory.Notes
The functionality is based on
os.path.abspath
.
DataSource.abspath()
2017-01-10 18:08:21
Please login to continue.