import * as simpleUtility from "https://deno.land/x/simple_utility@v1.5.2/src/path.deno.ts";
Functions
Return system-wide application data directory path for each OS.
| |
Return system-wide home path for each OS.
| |
Return directory of | |
Convert from backslash to slash. Useful for converting from Windows path to UNIX path. | |
Convert from slash to backslash. Useful for converting from UNIX path to Windows path. | |
Return system-wide temporary directory path for each OS.
|