Re: creating folders during runtime
EX: say I have a folder called game.
If I want to save a file there, I choose save file and say where I want it.
If I want to save a file in a folder with the user's name, I don't know the users name ahead of time. So I can't just go to the place I want it saved because it does not yet exist and I don't know the name of it.
If there is a way to define the path using "expression" when saving the file, I don't know how it is done.
Re: creating folders during runtime
Yes, just enter the expression as you normally would. If it has a file browser just click the expression button.
Re: creating folders during runtime
Imust be having a mental block or something.
Just isn't working
Re: creating folders during runtime
Could you screenshot how you are doing it? Which actions/dialogs/expressions?
Re: creating folders during runtime
Wow, that was a bit of a beast.
I ended up creating a file, creating a directory, and moving the file to the directory.
I used the file object to move the file and to create the directory.
If you go down that road, write it out first. It has to be perfect and there are many dots and t's.
Thx for the help folks.