EDTF '/tmp/bs.txt'
Type some characters and save it.
WRKLNK OBJ('/tmp/bs*')
I see it.
CHGATR OBJ('/tmp/bs.txt') ATR(*HIDDEN) VALUE(*YES)
WRKLNK OBJ('/tmp/bs*')
I still see it.
HOWEVER, the default on WRKLNK is DSPOPT(*PRV).
Try this:
WRKLNK OBJ('/tmp/bs*') DSPOPT(*USER)
And you will not see it.
Change it to
WRKLNK OBJ('/tmp/bs*') DSPOPT(*ALL)
And you will see it.

Problem solved. (Well, other than figuring out what clown set the hidden attribute.)

Rob Berendt

This thread ...

Follow-Ups:
Replies:

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

This mailing list archive is Copyright 1997-2026 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.