LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
...
put specialfolderpath("documents") & "/name of a file that has still to be downloaded.mp3" into tFile
if NOT(there is a file tFile) then
## you need to download all files...
end if
...