FILE DIALOG DIR

From Macros Wiki
Revision as of 17:00, 24 September 2014 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=FILE_DIALOG_DIR <initial directory> |description=:Set the initial directory for the file dialog which will be created usin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

FILE_DIALOG_DIR <initial directory>


Set the initial directory for the file dialog which will be created using FILE_DIALOG_NEW.

Parameters

<initial directory>
Initial directory

Example

FILE_DIALOG_DIR "C:\MyMacroFiles"