SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 11 | September | 2006 ]

<< Previous Message <<


Date: Mon, 11 Sep 2006 23:51:02 -0700
From: "Steven Levine" <steve53@earthlink.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: Delete hidden folder ?

In <45062449.7B00@peterskye.com>, on 09/11/06
at 08:06 PM, Peter Skye said:

>eautil can't see the hidden
>directory

Does here. Of course, wildcards will not work.

>so I did this on the parent directory, and (oddly) this
>reverted the Properties "Include" back to not displaying the hidden
>directory inside it.

OK. I should have realized you would assume otherwise. The include
properties are stored in the EAs because the folder is a persistent
object.

>UniMaint, like eautil, cannot see the Hidden subdirectory.

Not unexpected. Larry probably did not think to include them in the
search results. Too bad.

>For some reason or other I can now move the parent directory (couldn't do
>that before).

The parent probably had the NOMOVE properties set. You effectively turned
this flag off when you deleted the EAs.

>I'm willing to try some Rexx code to delete this puppy.

REXX is just another command line application. It should have no problem
deleteing the directory as long as the directory is empty and not in use

>Some of my
>in-house Rexx utilities use the Rexx SysFileTree() call, and _it_ can see
>the hidden directory.

True. SysFileTree is implemented to work this way.

>Rexx can do what no other software can do.

Not really. REXX can do what lots of other software can do. You just are
not using any of this software. You probably own it but have not yet
installed it.

This is how it works with 4os2

[j:\tmp\00instal\work]mkdir hid

[j:\tmp\00instal\work]attrib /d +h hid
____D -> _H__D J:\TMP\00Instal\work\hid

[j:\tmp\00instal\work]dir /kmhat *
9-11-06 23:44

0 _H__D hid

[j:\tmp\00instal\work]del /xyz hid
There are no more files. "J:\TMP\00Instal\work\hid\*"
0 files deleted 2,560 bytes freed

[j:\tmp\00instal\work]dir /kmhat *
SYS0002: The system cannot find the file specified.
"J:\TMP\00Instal\work\*"

ZtBold would take about 4 keystrokes to do the job.

FM/2 would take a few mouse clicks or so.

Others can pipe in with additional testimonials about how easy it is for
their favorite file managers to do this job.

Steven

--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.67 #10183 Warp/eCS/DIY/14.103a_W4
www.scoug.com irc.fyrelizard.com #scoug (Wed 7pm PST)
----------------------------------------------------------------------

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message <<

Return to [ 11 | September | 2006 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.