Platforms to show: All Mac Windows Linux Cross-Platform

FileListMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Files MBS Util Plugin 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A class for a list of files.

This class is made to get a list of files in a folder faster than by using a folderitem.

Skip Modes

Constant Value Description
SkipFiles 1 Skip files.
SkipFolders 2 Skip folders.
SkipHidden 12 Skip hidden files and folders.
SkipHiddenFiles 4 Skip hidden files.
SkipHiddenFolders 8 Skip hidden folders.
SkipNone 0 Skip no files.

This class has no sub classes.

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Videos

Release notes

  • Version 22.5
  • Version 21.2
    • Fixed a memory leak in FileListMBS class for Windows.
    • Fixed a problem with TrueItem() function in FileListMBS not working right for alias files.
  • Version 21.0
    • Deprecated HFSUniStr255 and FSRef for FileListMBS class.
  • Version 20.1
    • Added SkipMode parameter to constructors for FileListMBS class to skip over files/folders and hidden items.
    • Fixed FileListMBS to not report logical file sizes correctly for newer Mac implementation.
  • Version 19.4
    • Added YieldTicks shared property to FileListMBS class.
  • Version 19.0
  • Version 18.2
    • Fixed FileListMBS.ItemPath on Mac to work for file lists constructed using other file list.
  • Version 18.0

The items on this page are in the following plugins: MBS Util Plugin.


ExifTagsMBS   -   FileMappingMBS


The biggest plugin in space...