Android Question What is the latest version of RandomAccessFile (RAF)

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Trying to locate the latest version of Random Access Files I have version v2.32

If there is a new version where is it. All the links I try are missing

Thanks

BobVal
 

klaus

Expert
Licensed User
Longtime User
Version 2.32 is the latest version.
As NJDude already said, the RandomAccessFiles library is part of the 'standard' libraries and shiped with each new version if B4A.
This means, that, when you unpdate B4A, you get the latest vesion of RandomAccessFiles.
To use it, you still need to check it in the Lib Tab in the IDE!
Make sur that you don't have in the AdditionalLibaries folder.
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
If my memory serves me correctly, the internal library gets priority over the external library with the same name. Leaving the external library in the additional library folder does not harm anything, but as part of the clean-up there should only be one place for any given library.
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
meant that I knew how to use it and how to check version in Libraries.

I believe sometime back (not sure when) we use to download the files and I had them in my Libraries path pointed to by "Additional Libraries".

I deleted them from the "Additional Libraries" with no problems.

Didn't realize that these were now being distributed with the updates

Thanks for the help.
 
Upvote 0
Top