ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
split
ocean
io
Path
Break a path into "head" and "tail" components. For example:
"/a/b/c" -> "/a","b/c"
"a/b/c" -> "a","b/c"
mstring
split
(
mstring
path
,
out
mstring
head
,
out
mstring
tail
)
Meta
Source
See Implementation
ocean
io
Path
functions
accessed
children
collate
copy
createFile
createFolder
createPath
created
exists
fileSize
isFile
isFolder
isReadable
isWritable
join
main
modified
native
normalize
parent
parse
patternMatch
pop
remove
rename
replace
split
standard
timeStamps
structs
FS
PathParser
Break a path into "head" and "tail" components. For example: