setSlash$ - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26) +---- Forum: SMcNeill (https://staging.qb64phoenix.com/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" |