Does a file exist
440705Oct 8 2008 — edited Oct 9 2008Hi
I have written some code that, via webutil, transfers a file from the client machine to the app server. I then run a host command on the app server to convert the file from one format to another, resulting in two files on the app server. The conversion code is a third party product and does not return any success/fail flags.
I know the location and name of the expected file that is to be produced as part of the conversion, is there any way I can find out if that file exists on the app server, and possibly the size of the file, this will then help me confirm the conversion was successful.
Thanks
Chris