setSlash$ - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://qb64phoenix.com/forum/forumdisplay.php?fid=26) +---- Forum: SMcNeill (https://qb64phoenix.com/forum/forumdisplay.php?fid=29) +---- Thread: setSlash$ (/showthread.php?tid=1390) |
setSlash$ - SMcNeill - 01-10-2023 One function to set the direction of your slashes for the proper OS. It's just that simple. Code: (Select All) foo$ = "./mydir/foo.txt" |