Hi there,
I wanted to ask that how can i change the filesystem destination
Like i want to save a sting in C:\<name>\OneDrive\Desktop\folder
so how can i do it ?
Help with filesystem [SOLVED]
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Help with filesystem [SOLVED]
Last edited by zalander on Tue Jun 13, 2023 7:40 am, edited 1 time in total.
Using LOVE to make everything except games
Code: Select all
astring = "pog"
print(astring)
--pog
Re: Help with filesystem
Either use lua io module (io.read, io.write, io.open, however this can break os compatibility), or try to bypass loves filesystem restrictions with ffi (there is some library for it, but I forgot its name), or wait for 12.0 (or use development version), which includes new filesystem functions for mounting any directory
- zorg
- Party member
- Posts: 3470
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: Help with filesystem
You shouldn't do that in the first place anyway.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Re: Help with filesystem
Welp guess im waiting for 12.0
Using LOVE to make everything except games
Code: Select all
astring = "pog"
print(astring)
--pog
Who is online
Users browsing this forum: Google [Bot] and 6 guests