Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nodejs path

The path module provides utilities for working with file and directory paths. It can be accessed using:

const path = require('path');
 
PREVIOUS NEXT
Tagged: #nodejs #path
ADD COMMENT
Topic
Name
3+3 =