Select two forms of directory directly (SELECTDIRECTORY)
Suddenly I noticed that there are two styles.
This is due to the way the call is different, the method has overloaded
VAR DIR: STRING; Begin Dir: = 'C: /'; SelectDirectory ('FileCtrl', 'C: /', DIR); // 1 SelectDirectory (Dir, [SDALLOWCREATE, SDPERFORMCREATE, SDPROMPT], 0); // 2
Can be selected as needed
Force multi-level directory forcedirectories ('E: / aa / bbb');