Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

webutil_host or client_host delete all files...

sicardtAug 31 2004 — edited Sep 1 2004
I 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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2004
Added on Aug 31 2004
3 comments
1,072 views