That's what I tried first.
The dropped folder name actually contains the \ separator when running on windows, so I thought I should match that?
Search found 2 matches
- Sun Dec 22, 2024 1:33 pm
- Forum: Support and Development
- Topic: Problem with directorydropped() on Windows
- Replies: 3
- Views: 629
- Sun Dec 22, 2024 12:10 pm
- Forum: Support and Development
- Topic: Problem with directorydropped() on Windows
- Replies: 3
- Views: 629
Problem with directorydropped() on Windows
Hi there. New to LÖVE, but not to Lua, and writing an application to process astrophotography images in real time using shaders. Need to access the file system, so using love.filesystem.directorydropped() to do so. It works just fine on a Mac, but fails under Windows. I’ve condensed the problem code...