Directory operation Direct selection of two forms of directories, enforce multi-level directory

xiaoxiao2021-03-06  59

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');

转载请注明原文地址:https://www.9cbs.com/read-119582.html

New Post(0)