특정루트에 디렉토리가 존재하는지 확인하고
없으면 생성시키고 싶습니다.
if DirectoryExists('.data') = False then begin
ForceDirectories('.data');
end;
이렇게 코딩을 했는데.............
[Error] kumho1.pas(551): Undeclared identifier: 'DirectoryExists'
[Error] kumho1.pas(552): Undeclared identifier: 'ForceDirectories'
라고 뜨는 이유는 멀까요??
FileExists는 잘 되던데...
살려주세요 ㅠ.ㅠ
uses절에 FileCtrl 추가시키세요...
즐프하세요...