Files
Libation/Source/LoadByOS
2024-11-13 15:14:14 -06:00
..
2024-11-13 15:14:14 -06:00
2023-11-15 19:53:26 -05: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")