Link to home
Start Free TrialLog in
Avatar of hadrons
hadrons

asked on

problem with using the glob function

I have a script that is suppose to pick-up files in a particular folder using the glob file:

our @files = glob( "'T:\\Titles\ Database\\COMMENTARY\\ERRORS\\STAGING_AREA\\*_PARSED.txt'");      #*_PARSED.txt      "source_09102011_type21.xml_PARSED" ;

However, for a particular one I keep getting this error:

Can't open T:Titles DatabaseCOMMENTARYERRORSSTAGING_AREA*_PARSED.txt: No such file or directory at query_5.pl line 12.

But there is a file and its in that directory path - and ideas as to some common problems with this? Thanks, Mike
ASKER CERTIFIED SOLUTION
Avatar of wilcoxon
wilcoxon
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial