Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bip901/desktop.filemanagerintegration

A library for cross-platform integration with the desktop environment's file manager.
https://github.com/bip901/desktop.filemanagerintegration

dbus file-manager

Last synced: about 2 months ago
JSON representation

A library for cross-platform integration with the desktop environment's file manager.

Awesome Lists containing this project

README

        

# Desktop.FileManagerIntegration

[![NuGet version](https://img.shields.io/nuget/v/Desktop.FileManagerIntegration.svg)](https://www.nuget.org/packages/Desktop.FileManagerIntegration/)

A library for cross-platform integration with the desktop environment's file manager.

Currently supports Windows, Linux and macOS.

## Usage Example

```csharp
FileManager.HighlightInContainingFolder("/Documents/file.txt");
```