F fdx12345 Active Member Licensed User Longtime User Jan 27, 2013 #1 Given: Writer.Initialize(File.OpenOutput(File.DirDefaultExternal, "1.txt", False)) what does the "False" switch do vs "True"? I did not see any explanation of that parameter.
Given: Writer.Initialize(File.OpenOutput(File.DirDefaultExternal, "1.txt", False)) what does the "False" switch do vs "True"? I did not see any explanation of that parameter.
F fdx12345 Active Member Licensed User Longtime User Jan 27, 2013 #2 I think I found it I believe it is a switch for read only. The switch is not specifically mentioned in the delcaration in the library. Upvote 0
I think I found it I believe it is a switch for read only. The switch is not specifically mentioned in the delcaration in the library.
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2013 #3 You can see it in the documentation: Basic4android Search: File.OpenOutput Or in the IDE: Upvote 0
F fdx12345 Active Member Licensed User Longtime User Jan 27, 2013 #4 My Error Sorry. It is there in the documentation. I must have experienced a blind spot. Bill Upvote 0