Python doesn't see the directories I create
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Thu Aug 30 20:54:57 EDT 2007
In message <5jns3vFdmbcU6 at mid.uni-berlin.de>, Marc 'BlackJack' Rintsch
wrote:
> Even on Unix it shouldn't be a problem on most file systems to create a
> directory named 'C:'
Except that some commands (e.g. scp, rsync) will interpret the colon as
delimiting a host name.
Also remember that, unless you write it "/C:", it's only going to be
interpreted relative to your current working directory.
More information about the Python-list
mailing list