i am unable to find file. 
please see my code below. ON PRELOAD OF PAGE
found = File.Find("c:\\pass\\info.txt", false, false, nil, nil);
if (found == true) then
Dialog.Message("info", "found" , MB_OK);
end
thank you!

please see my code below. ON PRELOAD OF PAGE
found = File.Find("c:\\pass\\info.txt", false, false, nil, nil);
if (found == true) then
Dialog.Message("info", "found" , MB_OK);
end
thank you!
Comment