Hello all
I want to set a label like this:
it chekes if the file is already downloaded.Code:found = File.Find( _SourceFolder, "*yourfile.exe", true, false); if (found) then Label.SetText("Label11", "its already downloaded" .. found[1]);
Problem is that it add more lines like:
I just want to let is say: its already downloaded.Code:its already downloaded C:\yourapp
Many thanks![]()

