You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to add a singular file to the search path instead of an entire directory, like so: fs.addToSearchPath("./config/graphics.ini", FileLocation.EXTERNAL);
This would help in cases where separating just a singular file into its own directory is ugly and will lead to bad folder structure for developers, just so that they can isolate a singular file.
The text was updated successfully, but these errors were encountered:
We should be able to add a singular file to the search path instead of an entire directory, like so:
fs.addToSearchPath("./config/graphics.ini", FileLocation.EXTERNAL);
This would help in cases where separating just a singular file into its own directory is ugly and will lead to bad folder structure for developers, just so that they can isolate a singular file.
The text was updated successfully, but these errors were encountered: