Programming Virtual File System in .NET for macOS Platform
This section contains articles about programming Virtual File System in .NET for macOS platform.
-
Creating Virtual File System in .NET for macOS
This article describes specific steps required to implement the IT Hit User File System on macOS platform. You can find how to implement the cross-platform Engine interfaces in the Creating Virtual File System in .NET article. On macOS your solution ...
-
Creating Custom macOS Finder Context Menu
Follow the steps below to add custom context menu command in macOS Finder: 1. Implement Context Menu Interface Implement the IMenuCommand interface. The IMenuCommand.InvokeAsync() method of this interface is called when the menu is executed. It recei ...