python-irodsclient icon indicating copy to clipboard operation
python-irodsclient copied to clipboard

Enable cwd and chdir methods allowing '.' and '..'

Open d-w-moore opened this issue 3 years ago • 0 comments

Like icommands, PRC could keep a memory of current working directory per-session. Methods could be added to resolve relative paths including . and .. as path elements. In doing this, the relative path would be translated to absolute path by appending it to the current working directory and normalizing to create suitable path-string parameter, applicable wherever PRC requires a logical path.

irods.path.iRODSPath , which was developed to support #323, can support this as well.

d-w-moore avatar Feb 09 '22 00:02 d-w-moore