MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
DirectorySizeMBS.Add(d as DirectorySizeMBS)
method, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 8.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.
Function: Adds the values of the given directory size object to the current one.
Notes:
Passing nil is okay and will be ignored.
This method was added to support counting several folders and adding the results to one central object.
method, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 8.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.
Function: Adds the values of the given directory size object to the current one.
Notes:
Passing nil is okay and will be ignored.
This method was added to support counting several folders and adding the results to one central object.
DirectorySizeMBS.Cancel as Boolean
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Wether the Update function should stop as soon as possible.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Wether the Update function should stop as soon as possible.
Notes: (Read and Write property)
class DirectorySizeMBS
class, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: A class for size information about a folder.
class, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: A class for size information about a folder.
DirectorySizeMBS.close
method, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The destructor.
Notes:
There is no need to call this method except you want to free all resources of this object now without waiting for Realbasic to do it for you.
(e.g. some Realbasic versions crash on Windows if there are plugin objects not closed.)
method, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The destructor.
Notes:
There is no need to call this method except you want to free all resources of this object now without waiting for Realbasic to do it for you.
(e.g. some Realbasic versions crash on Windows if there are plugin objects not closed.)
DirectorySizeMBS.Directory as Folderitem
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The folder which was searched.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The folder which was searched.
Notes: (Read and Write property)
DirectorySizeMBS.FilesCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of files counted.
Notes:
FilesCount=VisibleFilesCount+HiddenFilesCount
(Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of files counted.
Notes:
FilesCount=VisibleFilesCount+HiddenFilesCount
(Read only property)
DirectorySizeMBS.FolderCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of folders counted.
Notes:
FolderCount=VisibleFolderCount+HiddenFolderCount
(Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of folders counted.
Notes:
FolderCount=VisibleFolderCount+HiddenFolderCount
(Read only property)
DirectorySizeMBS.HiddenFilesCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of hidden files counted.
Notes:
A file is invisible if the Invisible flag is set for this file.
(Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of hidden files counted.
Notes:
A file is invisible if the Invisible flag is set for this file.
(Read and Write property)
DirectorySizeMBS.HiddenFolderCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of folders.
Notes:
A file is invisible if the Invisible flag is set for this file.
(Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of folders.
Notes:
A file is invisible if the Invisible flag is set for this file.
(Read and Write property)
DirectorySizeMBS.HiddenItemCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of invisible items.
Notes:
An item is invisible if the Invisible flag is set for this file.
HiddenItemCount=HiddenFolderCount+HiddenFilesCount
(Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of invisible items.
Notes:
An item is invisible if the Invisible flag is set for this file.
HiddenItemCount=HiddenFolderCount+HiddenFilesCount
(Read only property)
DirectorySizeMBS.HiddenLogicalDataForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the data forks of all hidden file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the data forks of all hidden file.
Notes: (Read and Write property)
DirectorySizeMBS.HiddenLogicalResourceForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the resource forks of all hidden file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the resource forks of all hidden file.
Notes: (Read and Write property)
DirectorySizeMBS.HiddenLogicalTotalSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the all forks of all hidden file.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the all forks of all hidden file.
Notes: (Read only property)
DirectorySizeMBS.HiddenPhysicalDataForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the data forks of all hidden file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the data forks of all hidden file.
Notes: (Read and Write property)
DirectorySizeMBS.HiddenPhysicalResourceForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the resource forks of all hidden file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the resource forks of all hidden file.
Notes: (Read and Write property)
DirectorySizeMBS.HiddenPhysicalTotalSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The phyiscal size of the both forks of all hidden file.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The phyiscal size of the both forks of all hidden file.
Notes: (Read only property)
DirectorySizeMBS.IgnoreHiddenFolderContent as Boolean
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: If this flag is set, the Update method will not count invisible files.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: If this flag is set, the Update method will not count invisible files.
Notes: (Read and Write property)
DirectorySizeMBS.ItemCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of items counted.
Notes:
ItemCount=VisibleItemCount+HiddenItemCount
(Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of items counted.
Notes:
ItemCount=VisibleItemCount+HiddenItemCount
(Read only property)
DirectorySizeMBS.LogicalDataForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical data fork size.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical data fork size.
Notes: (Read only property)
DirectorySizeMBS.LogicalResourceForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical resource fork size.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical resource fork size.
Notes: (Read only property)
DirectorySizeMBS.LogicalTotalSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical total size.
Notes:
(ResourceFork+DataFork)
(Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical total size.
Notes:
(ResourceFork+DataFork)
(Read only property)
DirectorySizeMBS.PhysicalDataForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical data fork size.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical data fork size.
Notes: (Read only property)
DirectorySizeMBS.PhysicalResourceForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical resource fork size.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical resource fork size.
Notes: (Read only property)
DirectorySizeMBS.PhysicalTotalSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical total file size.
Notes:
(ResourceFork+DataFork)
That's what the Finder shows you.
(Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical total file size.
Notes:
(ResourceFork+DataFork)
That's what the Finder shows you.
(Read only property)
DirectorySizeMBS.Update(folder as folderitem, recursive as boolean, ticks as integer) as boolean
method, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Updates the class.
Notes:
The folder specified is searched for files and folders.
Ticks is the count of ticks (1/60th second) which must pass till time is given to other threads. (e.g. 10)
Returns true if successfull.
If you call this function in a thread you can set the cancel property in a pushbutton event handler to stop this function.
method, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 3.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Updates the class.
Notes:
The folder specified is searched for files and folders.
Ticks is the count of ticks (1/60th second) which must pass till time is given to other threads. (e.g. 10)
Returns true if successfull.
If you call this function in a thread you can set the cancel property in a pushbutton event handler to stop this function.
DirectorySizeMBS.VisibleFilesCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of files.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of files.
Notes: (Read and Write property)
DirectorySizeMBS.VisibleFolderCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of visible folders.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of visible folders.
Notes: (Read and Write property)
DirectorySizeMBS.VisibleItemCount as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of visible items.
Notes:
(Read only property)
VisibleItemCount=VisibleFolderCount+VisibleFilesCount
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of visible items.
Notes:
(Read only property)
VisibleItemCount=VisibleFolderCount+VisibleFilesCount
DirectorySizeMBS.VisibleLogicalDataForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the data forks of all visible file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the data forks of all visible file.
Notes: (Read and Write property)
DirectorySizeMBS.VisibleLogicalResourceForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the resource forks of all visible file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the resource forks of all visible file.
Notes: (Read and Write property)
DirectorySizeMBS.VisibleLogicalTotalSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the both forks of all visible file.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The logical size of the both forks of all visible file.
Notes: (Read only property)
DirectorySizeMBS.VisiblePhysicalDataForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the data forks of all visible file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the data forks of all visible file.
Notes: (Read and Write property)
DirectorySizeMBS.VisiblePhysicalResourceForkSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the resource forks of all visible file.
Notes: (Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The physical size of the resource forks of all visible file.
Notes: (Read and Write property)
DirectorySizeMBS.VisiblePhysicalTotalSize as Double
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The phyiscal size of the both forks of all visible file.
Notes: (Read only property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 4.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The phyiscal size of the both forks of all visible file.
Notes: (Read only property)
DirectorySizeMBS.YieldTicks as Integer
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 7.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.
Function: How much time is given back to REALbasic for other ticks.
Example:
If value is greater than zero, the application will yield to another RB thread after the given number of ticks have passed. 60 ticks are one second. Using a small value can slow down processing a lot while a big value keeps your application not responding to mouse clicks.
If you use this property with e.g. 6 as the value, you may also want to use this method in a thread so you can handle mouse events or let REALbasic redraw a progressbar.
(Read and Write property)
property, Files, MBS Util Plugin (DirectorySize), class DirectorySizeMBS, Console safe, Plugin version: 7.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.
Function: How much time is given back to REALbasic for other ticks.
Example:
YieldTicks=6 // only use 1/10th of a second
Notes: If value is greater than zero, the application will yield to another RB thread after the given number of ticks have passed. 60 ticks are one second. Using a small value can slow down processing a lot while a big value keeps your application not responding to mouse clicks.
If you use this property with e.g. 6 as the value, you may also want to use this method in a thread so you can handle mouse events or let REALbasic redraw a progressbar.
(Read and Write property)
The items on this page are in the following plugins: MBS Util Plugin.
Monkeybread Software Realbasic Plugins - Förderverein St. Arnulf aus Nickenich