If FirstTime Then
If File.Exists(File.DirDefaultExternal, "1.txt") = True Then 'should be False ?????????
File.Copy(File.DirAssets, "1.txt", File.DirDefaultExternal, "1.txt")
File.Copy(File.DirAssets, "2.txt", File.DirDefaultExternal, "2.txt")
End If
End If
the intended .zip had 2 pages, this one has 1.
Had too many projects open.
Am trying to add multiple scrolling pages.
This zip does not scroll but saves edits, how to do the same with multiple pages is where I need pointers.
thanks