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!

webutil_file.file_exists works with networks files ?

647625Oct 13 2008 — edited Oct 14 2008
I need to know if a file exists on a network drive.

webutil_file.file_exists works if i try to check a local drive but when i try to check a network drive, it returns FALSE

This line of code works perfectly
w_existe_arq := webutil_file.file_exists('H:\fiscal\sif\teste.txt');

This line doesnt work, return FALSE
w_existe_arq := webutil_file.file_exists('/comum/fiscal/sif/teste.txt');

Ive already tried w_existe_arq := webutil_file.file_exists('//comum/fiscal/sif/teste.txt');

and it didnt work too

Do you guys know how can i check if a file exists on a network drive ?

Thx in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2008
Added on Oct 13 2008
7 comments
2,654 views