On Thu, April 23, 2009 08:36, Oracle Deen wrote: > Hi, > > My requirement is to prepare Reports 6i/10g report display all countries > and > its flag. I have a table as follows > > TableName: country > > Country code Country name flag path > US United States c:\flag\us.jpg > IN INDIA c:\flag\in.jpg > > > > In the above example, i have placed all flag images specified path. What i > want is how to check the image is really present in the specified path. So > there should be a function will return Yes if file exist else no. > > > Thanks in Advance > > Deen. > > > > I would think that you might be able to use textio.fopen('foo.txt','R') and then check to see if you have a valid file handle but that is all that I can think of off the top of my head.
Someone else might have better wisdom Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to oracle-plsql-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en -~----------~----~----~----~------~----~------~--~---