Helgo
11-24-2010, 10:00 PM
Hi everyone,
I have been trying unsuccessfully to query the path to the current set folder.
I eventually found internalVar -userWorkspaceDir, but this gives me the default project folder, not the one set by the user using Set project.
string $fileName = `internalVar -userWorkspaceDir` + etc...
I also found command pwd
This is giving me the path to the last folder used by user, when I tested, the scenes folder.
The problem with this is that, should the user set the project and than for some reason move to another folder, than I can't count on pwd to give me the right path anymore.
I ultimately would like to have a safe path to the mel folder in the current set project.
Thanks a lot for reading, your help is much appreciated.
I have been trying unsuccessfully to query the path to the current set folder.
I eventually found internalVar -userWorkspaceDir, but this gives me the default project folder, not the one set by the user using Set project.
string $fileName = `internalVar -userWorkspaceDir` + etc...
I also found command pwd
This is giving me the path to the last folder used by user, when I tested, the scenes folder.
The problem with this is that, should the user set the project and than for some reason move to another folder, than I can't count on pwd to give me the right path anymore.
I ultimately would like to have a safe path to the mel folder in the current set project.
Thanks a lot for reading, your help is much appreciated.
