← Back to team overview

sikuli-driver team mailing list archive

[Question #228279]: Create new folder

 

New question #228279 on Sikuli:
https://answers.launchpad.net/sikuli/+question/228279

Hello,

I guess it is rather a Python Problem... I did what the solution should be, but it doesn't work.
I want to create a new folder and use this folder later on. 

import os
newpath = 'C:\\SomeFolder\\NewFolder\\' 
os.makedirs(newpath)

Do I have to adapt anything in Sikuli?

Cheers,
Fani

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.