Re: [Pyunit-interest] ANN: PyUnitTestBrowser
Brought to you by:
purcell
From: Phlip <ppl...@om...> - 2002-06-02 08:10:25
|
Syver Enstad sez: > Phlip <ppl...@om...> writes: > > Do you know if Win95 supports / path delimiters? > > All win32 os'es that I've tried support / for most all api functions > (the volume mountpoint functions are an exception, there might be > more), they don't support it in the shell (cmd.exe or command.com) > though, so os.system with forward slashes won't work. So I hope y'all can understand the pressure on me to write os.system("rm -f " + tempFileOrDirectory) instead of the current blob of portable crap to do it. Come to think of it, I could write a "removeForced()" function over "glob.glob" and "os.path.isfile". I think I'l do that first before reading this evening's bug reports (if any ;). -- Phlip http://www.greencheese.org/YaAw -- Please state the nature of the programming emergency -- |