Libation/Source/LoadByOS
pixil98 34fac30b2b
Merge official updates (#6)
Pull latest Libation updates, fix move to net7
2022-11-24 23:53:00 -06:00
..
LinuxConfigApp Merge official updates (#6) 2022-11-24 23:53:00 -06:00
MacOSConfigApp Merge official updates (#6) 2022-11-24 23:53:00 -06:00
WindowsConfigApp Merge official updates (#6) 2022-11-24 23:53:00 -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")