Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > invalid top dirctory - windows

Reply
Thread Tools

invalid top dirctory - windows

 
 
SRB
Guest
Posts: n/a
 
      12-25-2003
I get invalid top directory at E:/Perl/lib/File/Find.pm line 562. when i
run this in windows. Can someone explain what I am doing wrong?

use File::Find;
use Win32::File;
use Win32API::File 0.08 qw( :ALL );

my $LogDir = "C:\\";
print $LogDir;

&File::Find::find(\&doFile, $Logdir);

print "done.\n";

sub doFile
{
return unless (-f $_);
print "File: $_ \n";

}


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
invalid character in base-64 string and invalid postback or callba kevin ASP .Net 0 01-16-2008 09:39 PM
How do fix: "Wrong number of arguments" / "invalid propert assignment"/ "Invalid argument" Java Guy Java 1 10-15-2006 08:31 PM
Invalid URI: There is an invalid sequence in the string. Error!! Patrick.O.Ige ASP .Net 1 07-02-2006 11:21 AM
win2k startup dirctory prob dakine Computer Support 1 09-26-2004 11:42 AM
invalid@invalid.org Hank Sniadoch Computer Information 1 08-20-2004 11:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57