Making a directory

(imported topic written by rmustapha91)

I’m trying to check for an existence of “C:\temp” directory and if it doesn’t exists I will like to create it through action script. Below is what I have hopefully someone can tell me what I’m doing wrong. thanks

pause while {exists file “C:\temp”}

dos mkdir /Q /S “{pathname of windows folder & “\temp”}”

(imported comment written by BenKus)

Hi ralph,

Make a Fixlet with the relevance:

not exists folder “C:\temp”

And the action would be:

dos mkdir /Q /S “C:\temp”

Ben

(imported comment written by rmustapha91)

I tried it but its not working. Is there something i’m doing wrong?

(imported comment written by BenKus)

Hi ralph,

Can you give me some more information by what is not working? What steps did you do and where did it not work?

Ben