Get a list of Files and Subfolders for a Folder.

Syntax

ISFileUtilities.GetFileList(folder, list, [filter], [includeFolders])

Parameters

NameTypeOptionalByRefDescription
folder String The Folder name.
list ISList ByRef An ISList of File and Subfolder names.
filter String Optional The search string, eg "*.txt"
includeFolders Boolean Optional Include folders in the List that is returned. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISFileUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0