MCPcopy Create free account
hub / github.com/Azure/powershell / pathExists

Method pathExists

lib/index.js:8185–8187  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

8183 });
8184 }
8185 static pathExists(path) {
8186 return fs.existsSync(path);
8187 }
8188}
8189FileUtils.tempDirectory = process.env.RUNNER_TEMP || os.tmpdir();
8190exports["default"] = FileUtils;

Callers 2

tryInstallFromFolderMethod · 0.45
tryInstallFromZipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected