Comparing files on server with local files

Hi :),

I am downloading some files with FileSystem.DownloadAsync and storing them locally.
Whenever the app starts or updates I would to compare the files to make sure that they are the same.

I am trying to use FileSystem.getInfoAsync, but they don’t work for server files.
I was thinking of comparing the file sizes since I am only working with mp3 files.

How can I go about this?

With gratitude,
Dipesh

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.