[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

LFNSupport

COnstant describing support for long filenames.

Declaration

Source position: sysunixh.inc line 29

const LFNSupport = true;

Description

LFNSupportdetermines whether the current OS supports long file names, i.e. filenames that are not of the form 8.3 as on ancient DOS systems. If the value of this constant is Truethen long filenames are supported. If it is false, then not.

This constant is part of a set of constants that describe the OS characteristics. These constants should be used instead of hardcoding OS characteristics.