SysUtils.FileExists
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
function FileExists(const FileName: string): Boolean;
Unit: SysUtils
Type: function
Visibility: public
C++ Information
From SysUtils.hpp
bool __fastcall FileExists(System::UnicodeString FileName);
Unit: SysUtils
Type: function
Description
Tests whether a specified file exists.
FileExists returns True if the file specified by FileName exists. If the file does not exist, FileExists returns False.
See Also
Code Samples
- ExtractFileName (Delphi)
- FileExists (Delphi)
- FileToGrid (Delphi)
- ExtractFileName (C++)
- FileExists (C++)
- FileToGrid (C++)