×
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!
This seems to be exactly what I was looking for. Knew it was in there
somewhere!
(and for the archives: the getPath() gives the full /QSYS.LIB/etc... name
back but with %LIBL% resolved)
/Thorbjørn
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of David Gibbs
Sent: 11. december 2013 15:34
To: Java Programming on and around the IBM i
Subject: Re: Any way with jt400 to find out what %LIBL% was resolved to?
On 12/11/2013 5:12 AM, Thorbjørn Ravn Andersen wrote:
So, my question is. Given an open SequentialFile (or just the
/QSYS?/%LIBL%/Foo path) how can I ask for what library/iASP/etc it is
located in?
ObjectDescription od = new ObjectDescription(as400, filepath); od.refresh();
String lib = od.getLibrary();
http://javadoc.midrange.com/jtopen_6_2/com/ibm/as400/access/ObjectDescriptio
n.html
david
--
IBM i on Power Systems: For when you can't afford to be out of business!
I'm riding a metric century (100 km / 62 miles) in the 2014 Chicagoland Tour
de Cure to raise money for diabetes research, education, and advocacy.
Sponsor me by visiting
http://archive.ridewithdavid.com. Any amount is
appreciated.
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing
list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.