|
"Flensburg, Carsten" <Flensburg@xxxxxxxxxx>
21-12-2015 15:38
RE: Exact Name of File in Root-Part of IFS
Joop,
Using st_ino in conjunction with st_ino_gen_id as in the example
below should do the trick:
**-- File ID structure:
D Qp0lFID_t Ds Qualified
D 8a Inz( *Allx'00' )
D Gid 10u 0
D Fid 10u 0
/Free
Qp0lFID_t.Fid = Buf.st_ino;
Qp0lFID_t.Gid = Buf.st_ino_gen_id;
pBufPth = GetPathFromFileID( pBufPth: %Size( BufPth ): Qp0lFID_t );
Cheers,
Carsten
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.