MacFileOperationMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

MacFileOperationMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Files MBS MacClassic Plugin 9.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
This class allows you to perform asynchronous file operations on Mac OS X 10.4 like copy and move.

Available in Mac OS X 10.4.

Constants

Constant Value Description
kFSFileOperationDefaultOptions 0 One of the file operation flags. Use the default options - no overwrite, fail if any source item cannot be read, cross volume moves OK.
kFSFileOperationDoNotMoveAcrossVolumes 4 One of the file operation flags. Do not perform a copy/delete to move an item across volume boundries - fail the operation instead.
kFSFileOperationOverwrite 1 One of the file operation flags. Replace an item in the destDir that has the same name as an item being moved/copied there.
kFSFileOperationSkipPreflight 8 One of the file operation flags. Skip the preflight for a directory move/copy. This will limit the status information that can be returned since the totals will not be calculated.
kFSFileOperationSkipSourcePermissionErrors 2 One of the file operation flags. Skip items that cannot be read and continue copying/moving instead of failing the operation.
kFSOperationStageComplete 3 One of the constants for the stage. Operation is done.
kFSOperationStagePreflighting 1 One of the constants for the stage. Operation is calulating sizes and number of items involved in the operation.
kFSOperationStageRunning 2 One of the constants for the stage. Operation is in progress.
kFSOperationStageUndefined 0 One of the constants for the stage. Operation has not started yet.

This class has no sub classes.

Some examples using this class:

Blog Entries


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


MacAliasMBS   -   MacFileOperationStatusMBS


💬 Ask a question or report a problem