SysUtils.FileExists

From RAD Studio VCL Reference
Jump to: navigation, search

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


Personal tools
Translations
Newest Version