Skip to content

arik123/node-path-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This is a basic package that finds if files are in windows path and can return their location

Usage

const pathTools = reqire("node-path-tools");
pathTools.getLocationFromPath(filename); // returns absolute path to file if file dont exist it returns undefined
pathTools.existsInPath(filename); // returns if file exists

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published