webutil_host or client_host delete all files...
sicardtAug 31 2004 — edited Sep 1 2004I am trying to delete files within a directory on a client's machine through my forms 9i web application and it's not working???
I tried
client_host('cmd c/ DEL c:\gdocdocs\');
client_host('cmd c/ DEL /F c:\gdocdocs');
webutil_host.nonblocking('cmd c/ c:\gdocdocs\');
webutil_host.nonblocking('cmd c/ DEL c:\gdocdocs\');
Thanks,
Terry Sicard