IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New It's not an OS issue, it a python method issue.
The command to change the current working directory doesn't like seeing "\0" in the parameter string. So, you have to do some manipulation, or use the proper routines that take care of it for you.

See above for some solutions.

Thanks.

Cheers,
Scott.
New Not just Python
A C version would lead to some headscratching as you wonder why cwd puts you a level above what you intended.
New Null terminated strings are evil.
Yeah, it's something that made sense at the time when C was designed, but now...

</DonQuixote>

Cheers,
Scott.
     Well that was fun. A NULL in a directory name? - (Another Scott) - (12)
         There is also a difference... - (folkert)
         Re: Well that was fun. A NULL in a directory name? - (mvitale) - (4)
             What Mike said... - (scoenye) - (2)
                 Thanks for the correction. - (Another Scott)
                 Backslashes are for escaping things - (malraux)
             It's an easy fix. - (Another Scott)
         for what it's worth - (lincoln) - (3)
             It's not an OS issue, it a python method issue. - (Another Scott) - (2)
                 Not just Python - (scoenye) - (1)
                     Null terminated strings are evil. - (Another Scott)
         This is, of course, actually a Windows bug. - (static) - (1)
             Blame Kildall. - (Another Scott)

Meta-Admin Notice: You Sillies
72 ms