Hi I'm new to scripting so I'm asking for some of your time and help.
I have two directories, a C:\Source\Folder01\Test.max and I'd like to export the max file to another location under the same folder name, eg. C:\Game\Folder01\Test.fbx
I'm not sure how to define the export folder?
curObjectName = $.name
exportfolder = ???
exportpath = exportfolder + curObjectName
if doesFileExist exportfolder == false do (makedir exportfolder)
Thanks in advance for your help.
*Edit: