Path Module
PW SKILLS
List of content:
1. NodeJS path module
PW SKILLS
NodeJS path module
● [Link] provides you with the path module that allows you to interact with file
paths easily.
● The path module has many useful properties and methods to access and
manipulate paths in the file system.
PW SKILLS
Useful path properties
● The path object has the sep property that represents the
platform-specific path separator
PW SKILLS
Path module
PW SKILLS
Handy path methods
The following shows some handy methods of the path module that you
probably use very often.
[Link](path, [,ext])
[Link](path)
[Link](path)
[Link](pathObj)
[Link](path)
[Link](...path)
[Link](path)
[Link](path)
[Link](from, to)
[Link](...path)
PW SKILLS
THANK YOU
PW SKILLS