creation of folders in python
Posted
by beena shamsudeen
on Stack Overflow
See other posts from Stack Overflow
or by beena shamsudeen
Published on 2010-04-07T11:32:47Z
Indexed on
2010/04/07
12:03 UTC
Read the original article
Hit count: 262
i want to create folders with the name of a pdf file for eg,abc.if it does not exists,i should create a folder with name abc_1...if abc_1 exists,i shud create abc_2.if both exxists,abc_3 and so on...the scripting is in python..can u help me??
© Stack Overflow or respective owner