ID:172149
 
How would I save a savefile to disk with the ability to choose the path you save the file to?

EX: Texter hits the save verb then selects the path he would wish the file to save.

~Texter
Maybe

var/savename = input("Save file name:","Saving")

then in your file name, replace the part where you define the save file name with [savename].

I have no idea if that would work, since I'm not too good yet and I haven't tried it, but it could work.
In response to Rippy
That wouldn't work out right, im wanting it to save just as you would hit "save as" in bitmap.
Maybe the ftp() proc will do what you want.
In response to Jon88
Yeah I was trying that earlier but I used it wrong earlier, but now I have it set right :p
In response to Texter
So you want to be able to choose the directory and everything?