System.SysUtils.EPathTooLongException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPathTooLongException

Delphi

EPathTooLongException = class(Exception);

C++

class PASCALIMPLEMENTATION EPathTooLongException : public Exception

Properties

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

Description

Indicates that a path is longer than the system-defined maximum length.

Note: On Windows a full path may not be longer than 260 characters.

.

See Also