Python
Tuesday, January 3, 2012
copy
shutil.copy2(inPath, outPath)
string strip and split
about = ha.strip('best=')
about = temp.split('_');
make directory
if not os.path.isdir(outDir):
os.makedirs(outDir)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)