Notifications
Clear all

[Closed] File methods

Anyone here know the method or methods for getting the path and file name of the file that is currently open in Max via Script?

2 Replies

Maxscript defines the globals maxFileName and maxFilePath. That oughta do it

<allonym>

THanks, that does the trick.