X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
89 stars 36 forks source link

Cannot load supplemental files to cavowed.inf from an absolute or relative path #1470

Closed cpyrgas closed 1 month ago

cpyrgas commented 1 month ago

https://www.xsharp.eu/forum/topic?p=29853#p29853

Supplemental files in cavowed.inf (in the section [SupplementalFiles]) can only be loaded when the file is in the same folder with cavowed.inf, ignoring any absolute or relative path provided.

cpyrgas commented 1 month ago

Fixed, it's now possible to use both absolute and relative paths.