Create new folder not working

Hi,

I have been trying to create a new folder using this

create a new folder "/tmp/ImportDuration"

but it doesn’t seem to work somehow. I have tried every possible variation but with no result.

Also another script I’ve been using over the past months, doesn’t seem to work either.

put now into startTime
//do something
put now minus startTime into entry
//log something
put entry & return after file "/temp/somethingLogFile.csv"

Could you please help me with this?
Thank you!

What platform are you running eggPlant on?
I notice in your post you used both /tmp and /temp. Is one of those a typo in the post or could that be contributing to the issue?