pub trait FileManagerController { }
Expand description

A trait you can implement for working with the underlying filesystem. This is important, notably, because sandboxed applications have different working restrictions surrounding what they can access.

Implementors