× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Vern,

Problem solved.

Syd


Vern Hamberg wrote:

Syd

The service program for this is QSYS/QP0LLIB1. This'd make it
available in
RPGLE, I think.

Vern again

At 07:03 PM 11/20/2002 -0600, you wrote:

YES!! access() is the function you want - in the Unix-type APIs.

In C, here's a macro to do this:

#include <unistd.h>
#define exists(x) (access(x, F_OK) == 0)  /* x is full path to object */

This works on anything you can specify with a pathname.

BTW, F_OK = 0.

There's also a national language version, QlgAccess(), that uses a
pathname
structure that includes CCSID, pathname separator infor, etc.

HTH

Vern

At 02:38 AM 11/21/2002 +0000, you wrote:

Is there an easy way for a program to determine if a file or directory
exists in the IFS?

In the QSYS.LIB file system we have CHKOBJ. But in the IFS I can't find
any reference to a function that will give me an easy answer. There
seem
to be many APIs that use files and directories, but nothing that
returns
an easy answer of 'Yes/No' for 'Does object exist?'

Many thanks in advance

Syd Nicholson


_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L)
mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.