EFOpenError is the exception class for file-opening errors during streaming.
EFOpenError = class(EFileStreamError);
class EFOpenError : public EFileStreamError;
EFOpenError is raised when an application cannot open a specified file. This can occur, for example, because the file doesn't exist or is not in the directory where the application is searching for it.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|