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

AllFilesMask

File mask for all files on the current platform

Declaration

Source position: sysunixh.inc line 43

const AllFilesMask = ;

Description

AllFilesMask is the wildcard that can be used to return all files in a directory. On windows and dos based systems, this will be '*.*', while for unix systems, this will be '*'.

See also

LFNSupport

  

COnstant describing support for long filenames.

DirectorySeparator

  

Character used to separate directory parts.

DriveSeparator

  

Character used to separate directory parts.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.