HP CIFS Server 3.0e Release Note version A.02.02.01

HP CIFS Server Release Note
New Fixes in HP CIFS Server A.02.02.01
Chapter 18
hide files in smb.conf
The hide files = filename parameter specifies a list of files or
directories that are not visible but are accessible.
Each entry in the list must be separated and ended by a "/". "*" and "?"
can be used to specify multiple files or directories as in DOS wildcards.
Each entry must be a UNIX path. The default setting is # which means
no file is hidden.
Examples
hide files = fileA/
The above setting hides the file fileA
hide files = /*.c/fileB/
The above setting hides fileB and any .c file. Files in all subdirectories
in the share that match the name fileB or any .c are hidden.