# Makes the subdirectory named "new" in the users rplant directory
# MakeDir("User", token, DE.dir.name="new", DE.dir.path="/data/")
# Lists the contents of a user's subdirectory "new"
# ListDir("User", token, DE.dir.path="/data/new/")
# Lists the contents of a user's subdirectory "rplant"
# ListDir("User", token, DE.dir.path="/data/")
# Deletes the subdirectory "new"
# DeleteDir("User", token, DE.dir.name="new", DE.dir.path="/data/")
Run the code above in your browser using DataLab