Libation/Source/LoadByOS
2023-05-19 11:30:09 -06:00
..
LinuxConfigApp Use correct package manager 2023-05-19 11:30:09 -06:00
MacOSConfigApp RPM build 2023-05-19 09:30:11 -06:00
WindowsConfigApp Merge branch 'rmcrackan:master' into master 2023-05-19 09:31:47 -06:00
README.txt * Feature #307 : New windows setting to use cover art as folder's icon. Incomplete. Need to add to avalonia settings 2022-08-12 17:55:15 -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")