Module “path” join
It makes a path from two strings, not just concatenates
Module “path” basename
Base file name
Module “path” extname
File extension name
Module “path” relative
Says what we need to do is to come from “from” to “to”, takes 2 arguments
Module “path” absolute
Will return true if the path is absolute
Module “path” resolve
Takes a step argument (.. or .), performs actions relative to the current execution directory
Module “path” sep
Returns the current operating system separator
Module “path” parse
Parses path and create an object with all information (filename, ext, etc.)