Platforms to show: All Mac Windows Linux Cross-Platform

Back to FolderItem class.

FolderItem.OpenAsLargeBinaryStreamMBS(write as Boolean) as LargeBinaryStreamMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Files MBS Util Plugin ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Opens a file as a LargeBinaryStreamMBS.
Example
dim l as LargeBinaryStreamMBS
dim f as FolderItem = SpecialFolder.Desktop.Child("testfile")

l=f.OpenAsLargeBinaryStreamMBS(true)

Returns nil on any error.

Some examples using this method:

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


The biggest plugin in space...