Skip to content
Snippets Groups Projects
Commit 4ae677d8 authored by deuce's avatar deuce
Browse files

Make the directory getting bit work with Win32 paths.

parent 54db16d5
Branches
Tags
No related merge requests found
var startup_path='.';
try { throw barfitty.bar.barf() } catch(e) { startup_path=e.fileName }
startup_path=startup_path.replace(/\/[^\/]*$/,'');
startup_path=startup_path.replace(/[\/\\][^\/\\]*$/,'');
startup_path=backslash(startup_path);
load("sbbsdefs.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment