I thought that perhaps spawing a process would work butexecute("PATH TO HTML FILE",null,Config.none,size_t.max,dirName(exepath));Didn't seem to work? any ideas?
Actually executeShell worked for me thanks for the reference to Std.process.
Taylor Hillegeist via Digitalmars-d-learn Mon, 31 Aug 2015 15:30:54 -0700
I thought that perhaps spawing a process would work butexecute("PATH TO HTML FILE",null,Config.none,size_t.max,dirName(exepath));Didn't seem to work? any ideas?
Actually executeShell worked for me thanks for the reference to Std.process.