Libation/Source/LoadByOS
2023-03-02 19:40:38 -07:00
..
LinuxConfigApp Update workflows 2023-02-27 21:41:59 -07:00
MacOSConfigApp Update fileicon to latest version 2023-03-02 19:40:38 -07:00
WindowsConfigApp Add folder icon support to MacOS 2023-02-28 15:57:27 -07: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")