Files
Libation/Source/LoadByOS
Michael Bucari-Tovo 1ac825919a Remove old migrations
2022-12-31 22:41:11 -07:00
..
2022-12-31 22:41:11 -07:00

Streamlined example is in \Source\_Demos\LoadByOS

MUST follow naming conventions in InteropFactory

Windows : Path.GetFileName(a).StartsWithInsensitive("win")
Linux   : Path.GetFileName(a).StartsWithInsensitive("linux")
MacOs   : Path.GetFileName(a).StartsWithInsensitive("mac") || a.StartsWithInsensitive("osx")