If i save file - File.WriteList (File.DirApp,"123.txt",test), the file saves by C:\Users\Ruslan\AppData\Local\VirtualStore\Program Files (x86)\LW\app way.
Can i save the file by some alternative way f.e. to C disk root?
Can i make up a folder?
I wanted to add a button that opens: C:\Users\Ruslan\AppData\Local\VirtualStore\Program Files (x86)\LW\app
But this button opens: C:\Program Files (x86)\LW\app
Can i save the file by some alternative way f.e. to C disk root?
Can i make up a folder?
B4X:
Sub btnOp_Action
fx.ShowExternalDocument(File.GetUri(File.DirApp, ""))
End Sub
I wanted to add a button that opens: C:\Users\Ruslan\AppData\Local\VirtualStore\Program Files (x86)\LW\app
But this button opens: C:\Program Files (x86)\LW\app