Files.splitPath {SciServer} | R Documentation |
Splits a path of the form rootVolume/userVolumeOwner/userVolume/relativePath/... into its 4 components: rootVolume, userVolumeOwner, userVolume, and relativePath.
Jobs.splitPath(path)
path |
file system path (string), starting from the root volume level. Example: rootVolume/userVolumeOwner/userVolume/relativePath... |
a string vector containing the four components: (rootVolume, userVolumeOwner, userVolume, relativePath)
Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://apps.sciserver.org
http://apps.sciserver.org/dashboard/files
http://www.github.com/sciserver/SciScript-R
Files.getFileServices
, Files.getFileServiceFromName
splitPath = Files.splitPath("Storage/myUserName/persistent/myFolder/myFile")