Home : Products : Others : Fileman :

Products: Others: Fileman: Re: [Sirhumpsalot] Hidden Directory Issue: Edit Log

Here is the list of edits for this post
Re: [Sirhumpsalot] Hidden Directory Issue
In Reply To:
Mind sharing exactly what you changed so other users... such as myself, may also change this?

In .../private/lib/GT/FileMan/Commands.pm on line 183:

Change this:

Code:
($file =~ /^\./ or !-x $fullfile) and $hash->{disabled} = 1;

To this:

Code:
($file = !-x $fullfile) and $hash->{disabled} = 1;

Last edited by:

Chris04WRX: Apr 23, 2004, 5:36 PM

Edit Log: