FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hidden system files
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

hidden system files

Posted: Fri May 07, 2010 12:27 PM

Does directory see hidden system files?
Thanis in advance and
best regards,
Otto

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: hidden system files

Posted: Fri May 07, 2010 12:37 PM

Thank you - I found the solution.
Best regard,
Otto
local aFiles := directory( cPath + '*.*', 'D,H,S' )

DIRECTORY() Attributes
------------------------------------------------------------------------
Attribute Meaning
------------------------------------------------------------------------
H Include hidden files
S Include system files
D Include directories
V Search for the DOS volume label and exclude all other files
------------------------------------------------------------------------

Continue the discussion