copyasync

  1. R

    Android Question Why File.CopyAsync fails in debug mode but runs fine in release mode?

    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)...
Top