You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varresult=Dialogs.saveFile
( "Select a file please, or type name"
, "This additional message will only be shown on OSX"
, "c:/"// initial path, for windows only
);
trace(result);
When I use the sample code
The save dialog return a string with C: included
Should I make some #if to set different basepath on different target os or does it support only windows?
The text was updated successfully, but these errors were encountered: