mjpedreira1
19th April 2007, 10:39
Hi,
I only need to know if a file exists in local or not. I´m using the functions seq.open.local and client2server (but these functions do more than I need)
The code I´m testing is
| if seq.open.local("C:\macrosbaan\george7a\macro.xls", "rt", false) > 0 then
if client2server( "/copia08/test1.txt", "C:\macrosbaan\george7a\macro.xls", 1 ) = 0 then
message("There is macro")
else
message("There is not macro")
endif
Thanks a lot,
María
I only need to know if a file exists in local or not. I´m using the functions seq.open.local and client2server (but these functions do more than I need)
The code I´m testing is
| if seq.open.local("C:\macrosbaan\george7a\macro.xls", "rt", false) > 0 then
if client2server( "/copia08/test1.txt", "C:\macrosbaan\george7a\macro.xls", 1 ) = 0 then
message("There is macro")
else
message("There is not macro")
endif
Thanks a lot,
María