Cross Platform IO?

Hi,
I like the TitleContainer for opening cross platform files.
Are there any classes to get all Files in a Directory and stuff like that?

Because I’m getting all files in a Directory and loading them but couldn’t find a cross platform way to do this.

on Windows I’m just using Directory.GetFiles

If you can target .netstandard 1.4, you could have access to types from System.IO namespace.

If you have a PCL project you could still use PCLStorage.