# Makes the subdirectory named "new" in the users 'rPlant' directory
## Not run: MakeDir(dir.name="new", dir.path="data")
# Shares the subdirectory named "new" with the iPlant user "dude"
## Not run: ShareDir(dir.name="new", dir.path="data", shared.username="dude")
# Checks permissions folder "new"
## Not run: PermissionsDir(dir.name="new", dir.path="data")
# Lists the contents of a user's subdirectory "new"
## Not run: ListDir(dir.name="new". dir.path="data")
# Rename the directory
## Not run: RenameDir(dir.name="new", dir.path="data", new.dir.name="newest")
# Copy a subdirectory `newest' from the directory `data' to the home directory
## Not run: CopyDir(dir.name="newest", dir.path="data", end.path="")
# Move a subdirectory `newest' from the directory `data' to the home directory
## Not run: MoveDir(dir.name="newest", dir.path="data", end.path="")
# Deletes the subdirectory "newest"
## Not run: DeleteDir(dir.name="newest", dir.path="")
Run the code above in your browser using DataLab