Hi,
I am using gocommands mostly to test some operations in irods. It would have been useful to have touch/create command that will create an empty object if doesn't exist and if exists will change the mtime of that data object. For my own usage locally, I made a subcommand - touch- that calls CreateDataObject and CloseDataObject. But this way is not calling the touch api to update the mtime. Seems no function is available in go-irodsclient yet that will call the touch api. Thanks.
Hi, I am using gocommands mostly to test some operations in irods. It would have been useful to have
touch/create
command that will create an empty object if doesn't exist and if exists will change the mtime of that data object. For my own usage locally, I made a subcommand -touch
- that callsCreateDataObject
andCloseDataObject
. But this way is not calling the touch api to update the mtime. Seems no function is available in go-irodsclient yet that will call the touch api. Thanks.