Title: os.Path.Join Post by: Massimiliano D. on February 12, 2010, 11:16:49 am Under Windows S.O. if i try to join 2 path with the os.pPath.join method
e.g. (c:\temp and \MyTempDir) the result is C:\temp\\MyTempDir. I think that it has to remove the platform dependent separator at the start of the second variable of the join method, isn'it?? |