reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Method/Function that list supported adapters on current install #32

Closed WyriHaximus closed 6 years ago

WyriHaximus commented 6 years ago

This request came up in a chat. I see debugging use, and the possibility to use your own preference based on the supported adapters.

ghost commented 6 years ago

My use case would be checking if there is an adapter supporting the system and if not, fallback to a blocking filesystem interface. Debugging is not really an use case for this.