InitialFolder Property (FileNewProp Object)¶
Corresponds to the Initial Folder text box in the
New File Details dialog box. Supported on EmEditor Professional Version 14.1 or later.¶
[JavaScript]¶
s = object.InitialFolder;
object.InitialFolder = s;
[VBScript]¶
s = object.InitialFolder
object.InitialFolder = s
Version¶