Search found 1 match
- Fri Jun 12, 2020 1:05 pm
- Forum: Support and Development
- Topic: using gsub() on a filename and it does not open
- Replies: 3
- Views: 2963
using gsub() on a filename and it does not open
In my program I have an edit background feature, with the ability for a user to insert a png from their computer as the background, I've added the ability to paste text in, however because windows uses "\" for paths and love2d requires "/" for paths I have had to use gsub() to ch...