##// END OF EJS Templates
change platutils_win32.set_window_title to use ctypes as default. Fix bug when caling same...
change platutils_win32.set_window_title to use ctypes as default. Fix bug when caling same when current directory is on a network share.

File last commit:

r181:54d3ddad
r706:67aea54e
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'