Delphi Drawers

フォルダがあるかチェック

フォルダが存在するかどうかをチェックします。

function fnFolderExists(var strFolderPath:string):boolean;
begin
  fnFolderExists := DirectoryExists(strFolderPath);
end;
Copyright © 2006 Hikijishi All Rights Reserved.
[] [delphi][0.00170183181762695]