[Wnd-commit] wnd/wnd/api winpath.py,1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-17 20:05:46
|
Update of /cvsroot/wnd/wnd/wnd/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9693 Modified Files: winpath.py Log Message: bit of this and a bit of that Index: winpath.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/api/winpath.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** winpath.py 15 May 2005 09:19:26 -0000 1.1 --- winpath.py 17 May 2005 20:05:33 -0000 1.2 *************** *** 15,19 **** PathIsPrefix PathIsRelative - PathIsRoot PathIsSameRoot PathIsSystemFolder --- 15,18 ---- *************** *** 56,61 **** if not shlwapi.PathAppendA(p, path2): raise RuntimeError, "could not append path" ! dbg.debug(p.value) ! def BuiltRoot(n): p= create_string_buffer(4) --- 55,59 ---- if not shlwapi.PathAppendA(p, path2): raise RuntimeError, "could not append path" ! def BuiltRoot(n): p= create_string_buffer(4) |