System.SysUtils.EPathTooLongException
Delphi
EPathTooLongException = class(EInOutError);
C++
class PASCALIMPLEMENTATION EPathTooLongException : public EInOutError
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.
.