Libation/Source/LoadByOS
2024-05-15 06:55:25 -04:00
..
LinuxConfigApp Upgrade to .net8 2023-11-15 19:53:26 -05:00
MacOSConfigApp Upgrade to .net8 2023-11-15 19:53:26 -05:00
WindowsConfigApp update references. audible api bugfix 2024-05-15 06:55:25 -04: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")