Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

PEP 428: The pathlib module – object-oriented filesystem paths.

>>> PurePath('/etc', '/usr', 'lib64')
PurePosixPath('/usr/lib64')
>>> PureWindowsPath('c:/Windows', 'd:bar')
PureWindowsPath('d:bar')
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #PEP #The #pathlib #module #filesystem
ADD COMMENT
Topic
Name
5+2 =