Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 621 Bytes

0122-path-parse.org

File metadata and controls

33 lines (25 loc) · 621 Bytes

path-parse

This is a small utility library by Fernando Borretti. The only function it has is PATH variable parsing. But it does it really well.

Path-parse works on Windows and Unix (OSX):

POFTHEDAY> (path-parse:path)

(#P"/Users/art/.roswell/bin/"
 #P"/Users/art/.bin/"
 #P"/Users/art/.dotfiles/bin/"
 #P"/usr/local/bin/"
 #P"/usr/bin/"
 #P"/bin/"
 #P"/usr/sbin/"
 #P"/sbin/")

That is it for today. Tomorrow I’ll try to find something more interesting!