Sorry but I don't have much time to polush the code.[code]--------------------------- CODE SNIPPET----------------------------------- ( -------------------------------- GUI -------------------------------- Global mseFileDir = "" Global mseFileName = "" Global mcrFolderDir = "" Global mcrFileName = "" rollout scriptApply…
It should be noted that copyFile can fail for several reasons and returns whether or not the copy was successful. Also you get an error if you select the folder before selecting a file. To explain the changes I did, I removed the globals as they're not needed, I added a check to see if the chosen folder/file is…
Hey everyone. I've been learning MAXScript for the past month and I am making something that allows a user to select a file in a Directory, copy/cut it and paste said file in a new specifiied directory. I think I've managed to get as far as showing a dialog rollout with a Browse function for the file I want to select and…