Files
Libation/Source/LoadByOS
2023-07-21 21:21:48 -04:00
..
2023-05-19 16:37:00 -06:00
2023-07-21 21:21:48 -04: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")