Notifications
Clear all

[Closed] save as dialog

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
  1. get current file path and name : maxfilepath maxfilename .
  2. max command : max file save , it will not envoke a dialog, so insert it to ur rollout events .
  3. copyfile() ranamefile() … do anything with current max file .