Platforms to show: All Mac Windows Linux Cross-Platform
FileListMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | Files | MBS Util Plugin | 5.1 | Yes | Yes | Yes | Yes | No |
Notes: This class is made to get a list of files in a folder faster than by using a folderitem.
- 8 properties
- property Count as Integer
- property Folder as Folderitem
- property OK as Boolean
- property Path as String
- property TotalLogicalDataLength as Int64
- property TotalLogicalResourceLength as Int64
- property TotalPhysicalDataLength as Int64
- property TotalPhysicalResourceLength as Int64
- 40 methods
- method AttributeModificationDate(index as Integer) as Double
- method AttributeModificationDate(index as Integer, UTC as boolean) as Date
- method BackupDate(index as Integer) as Double
- method BackupDate(index as Integer, UTC as boolean) as Date
- method CFURL(index as integer) as Variant
- method Close
- method Constructor
- method Constructor(filelist as FileListMBS, index as Integer, WinFilter as string = "")
- method Constructor(folder as folderitem, WinFilter as string = "")
- method Constructor(Path as String, WinFilter as string = "")
- method CreationDate(index as Integer) as Double
- method CreationDate(index as Integer, UTC as boolean) as Date
- method Creator(index as Integer) as string
- method Directory(index as Integer) as boolean
- method DisplayName(index as Integer) as string
- method FinderFlags(index as Integer) as Integer
- method FSRef(index as Integer) as memoryblock
- method HFSUniStr255(index as Integer) as memoryblock
- method IsBundle(index as Integer) as Boolean
- method IsHardLinked(index as Integer) as boolean
- method Item(index as Integer) as folderitem
- method ItemPath(index as Integer) as string
- method LastAccessDate(index as Integer) as Double
- method LastAccessDate(index as Integer, UTC as boolean) as Date
- method LogicalDataLength(index as Integer) as Int64
- method LogicalResourceLength(index as Integer) as Int64
- method ModificationDate(index as Integer) as Double
- method ModificationDate(index as Integer, UTC as boolean) as Date
- method Name(index as Integer) as string
- method NodeID(index as Integer) as Int64
- method ParentDirectoryID(index as Integer) as Int64
- method PhysicalDataLength(index as Integer) as Int64
- method PhysicalResourceLength(index as Integer) as Int64
- method SortByCreationDate
- method SortByFileName
- method SortByModificationDate
- method TrueItem(index as Integer) as folderitem
- method Type(index as Integer) as string
- method Visible(index as Integer) as boolean
- method WinFileAttributes(index as Integer) as Integer
This class has no sub classes.
Some examples which use this class:
- /Util/FileList/FileList
- /Util/FileList/FileList Benchmark
- /Util/FileList/FileList Listbox
- /Util/FileList/FileList Recursive
- /Util/FileList/Koingo FileList Example
Blog Entries
- MBS Xojo Plugins, version 19.0pr8
- MBS Xojo Plugins, version 19.0pr6
- MBS Xojo Plugins, version 18.2pr1
- MBS Xojo Plugins, version 18.0pr6
- MBS Xojo / Real Studio Plugins, version 16.4pr4
- MBS Xojo / Real Studio Plugins, version 16.3pr5
- MBS Releases the MBS Xojo / Real Studio plug-ins in version 16.1
- MBS Xojo / Real Studio Plugins, version 16.1pr3
- MBS Xojo / Real Studio Plugins, version 14.4pr10
- MBS Xojo / Real Studio Plugins, version 14.3pr6
The items on this page are in the following plugins: MBS Util Plugin.
Links
MBS Xojo Chart Plugins