Sub GetStringFromFile(strFile As String) As ResumableSub
Dim lBytes As Long
Dim strResult As String
If File.Exists(File.DirInternal, strFile) = False Then
Wait For (File.CopyAsync(File.DirAssets, strFile, File.DirInternal, strFile)) Complete (bSuccess As Boolean)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.