I create a new directory in this way:
(There is a global called NewDir
There is an EditText2 for textinput)
Sub MakeNewDirectory_Click
IfEditText2 <> Null Then
NewDir = EditText2.text
File.MakeDir(File.DirInternal,NewDir)
End If
End Sub
But, where can I find mny newly made directory on the Tablet?
(There is a global called NewDir
There is an EditText2 for textinput)
Sub MakeNewDirectory_Click
IfEditText2 <> Null Then
NewDir = EditText2.text
File.MakeDir(File.DirInternal,NewDir)
End If
End Sub
But, where can I find mny newly made directory on the Tablet?