Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Code to search for files in directory

Reply
Thread Tools

Code to search for files in directory

 
 
MP
Guest
Posts: n/a
 
      04-13-2005
I was wondering if anyone can point me to some example code of searching for
a file, like *.*, or *.pdf, much like the Windows search function.

I am at a smaller location, away from the main office, and although I can
map a drive or just use \\ to go to the desired location, the connection is
too slow to search.

I'd like to implement a search function on the intranet web (at the main
office), where it will search a certain directory and its subdirectories and
return the results as network links (using the \\ convention); actually it
doesn't matter how it displays the links, as long as it shows me where stuff
is.

That way the search is run on the computer where the originating directories
are.

Thanks in advance


 
Reply With Quote
 
 
 
 
Nathan Sokalski
Guest
Posts: n/a
 
      05-13-2005
Are you asking for ASP code that does this on a website, or are you just
trying to find files for your use? If you are asking for Windows help, go to
one of the other newsgroups. If you are looking for ASP code help, please
give a little more detail as to what you want.
--
Nathan Sokalski

http://www.nathansokalski.com/

"MP" <> wrote in message
news:n5SdnSJC04hLrcDfRVn-...
>I was wondering if anyone can point me to some example code of searching
>for a file, like *.*, or *.pdf, much like the Windows search function.
>
> I am at a smaller location, away from the main office, and although I can
> map a drive or just use \\ to go to the desired location, the connection
> is too slow to search.
>
> I'd like to implement a search function on the intranet web (at the main
> office), where it will search a certain directory and its subdirectories
> and return the results as network links (using the \\ convention);
> actually it doesn't matter how it displays the links, as long as it shows
> me where stuff is.
>
> That way the search is run on the computer where the originating
> directories are.
>
> Thanks in advance
>



 
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
System.IO.Directory.GetDirectories() and System.IO.Directory.GetFiles() are not returning the specified directory Nathan Sokalski ASP .Net 2 09-06-2007 03:58 PM
| SEO , Search Engine Optimizer, SEARCH OPtiMIzAtIoN with SeaRch OPtiMizer optimizer.seo@gmail.com Digital Photography 0 04-22-2007 04:20 AM
Active Directory Search fails ("The directory service is unavailab ejcosta ASP .Net Security 2 10-08-2004 09:57 AM
search within a search within a search - looking for better way...my script times out Abby Lee ASP General 5 08-02-2004 04:01 PM
list all css files in a directory and sub directory TJS ASP .Net 1 06-23-2004 10:49 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