This is a basic package that finds if files are in windows path and can return their location
Usage
constpathTools=reqire("node-path-tools");pathTools.getLocationFromPath(filename);// returns absolute path to file if file dont exist it returns undefinedpathTools.existsInPath(filename);// returns if file exists