IOUtils.TFileAccess

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From IOUtils.pas

TFileAccess = {
	faRead,
	faWrite,
	faReadWrite
};


Unit: IOUtils

Type: enum

C++ Information

From IOUtils.hpp

enum TFileAccess{
	faRead,
	faWrite,
	faReadWrite
};


Unit: IOUtils

Type: enum

Description

Enumerates the possible file access modes.


TFileAccess enumerates the possible file access modes. Each mode requires the user to have the requested privileges over the file being opened. The following are possible values of TFileAccess.



Value Meaning

faRead

The file is opened in read-only mode.

faWrite

The file is created, truncated, or opened in write-only mode.

faReadWrite

The file is created, truncated, or opened in read-write mode.



See Also

Personal tools
Translations
Newest Version