Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Win2000 で D5 を使用していますが、すべてのプラットフォーム用のアプリケーションを構築しています。
FileExistsD5 アプリケーションで使用できますDirectoryExistsが、宣言されていない識別子です。
FileExists
DirectoryExists
どちらも、使用リストに入れた SysUtils.Pas から取得されます。この関数の使用方法を誰かが提案できますか? そうでない場合は、どうすれば回避できますか?
DirectoryExists関数はFileCtrlユニットで宣言されています。
FileCtrl
DirectoryExists は、D5 の FileCtrl ユニットに存在します。