System.SysUtils.EDirectoryNotFoundException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEDirectoryNotFoundException

Delphi

EDirectoryNotFoundException = class(Exception);

C++

class PASCALIMPLEMENTATION EDirectoryNotFoundException : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

This exception is raised when a specified directory is not found.

SetCurrentDirectory raises an EDirectoryNotFoundException when the specified directory is not found.

See Also