FileUtilityObservedLoad(FileOperationDelegate, FileName, FileErrorPolicy) Method |
Executes a load operation and reports failures using a standard load error message.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static FileOperationResult ObservedLoad(
FileOperationDelegate loadFile,
FileName fileName,
FileErrorPolicy policy = FileErrorPolicy.Inform
)
Parameters
- loadFile FileOperationDelegate
- The load operation.
- fileName FileName
- The source file name.
- policy FileErrorPolicy (Optional)
- The error-handling policy.
Return Value
FileOperationResultThe result of the load operation.
See Also