Please enable JavaScript to view this site.

thinBasic Help Manual

* * HELP & MANUAL PREMIUM PACK 4 DEMO VERSION * *

This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.

This version is copyright and may only be used for local testing purposes. It may not be distributed.

Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.

 

Description

 

Return a linked list pointer (see LL module) containing a file list sequence based on mask, file attributes and function options.

 

Syntax

 

ptrLinkedList = DIR_List(Path, Mask, [Attribute, [Options]])

 

Returns

 

Number: pointer to a linked list.

 

Parameters

 

Name

Type

Optional

Meaning

Path

String

No

Path to search into. Examples:

"C:\Temp\"

"C:\"

 

Mask

String

No

Specifies a filename or additional sub path which can include a drive name and DOS compatible wildcard characters (* and ?). Examples:

"*.*"

"*.TXT"

 

Attribute

Numeric

Yes

See File Equates for possible attributes. Examples:

%FILE_NORMAL Or %FILE_ADDPATH

%FILE_SYSTEM Or %FILE_HIDDEN Or %FILE_ADDPATH

 

Options

Numeric

Yes

Not used. Possible future usage.

 

Remarks

 

Restrictions

 

See also

 

File Module,

 

Examples

 

 

 

 

 

Created with Help+Manual 8 and styled with Premium Pack Version 4 © by EC Software