Notifications
Clear all
[Closed] save as dialog
Jun 25, 2007 1:40 pm
is it possible to catch the event when a file -> save as is selected. I want to show my custom dialog with some restrictions and so on, instead of the default getSaveFileName dialog of max
1 Reply
Jun 25, 2007 1:40 pm
- get current file path and name : maxfilepath maxfilename .
- max command : max file save , it will not envoke a dialog, so insert it to ur rollout events .
- copyfile() ranamefile() … do anything with current max file .