Files
Libation/Source/LoadByOS
Michael Bucari-Tovo 59689cb647 Update Dependencies
2023-08-30 11:59:40 -06:00
..
2023-08-11 10:55:31 -06:00
2023-08-30 11:59:40 -06: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")