PDA

View Full Version : How to index my files...


aRTx
07-04-2008, 08:02 AM
Look I want to share my files in my network...

Is there any way to index my files and show it with your program.

i.e

Here I want to put my files. This follder will be dynamic follder, it's content will be change every day.

My files will be *.pdf *.mp3 *.wma *.avi *.jpeg ...

\\Server\d\MyFollder\


if there is any example pls tell me...
artxartx2@hotmail.com

aRTx
07-04-2008, 08:23 AM
* To protect my files from my clients.
* I don't wan't to give them in home my files.
* I'have inject OS XP to don't show my hidden files.
(When my client try to show hidden files, everytime my injection turn it back)

Such if there is any example, with your application to explore my files from a Follder. I will use it.

longedge
07-04-2008, 09:10 AM
\\Server\d\MyFollder\

From this I presume that everyone using your application will be on the same network/domain. You can certainly build an application which dynamically populates say a listbox from a network folder hard coded with a fully qualified UNC and then accesses those files across the network.

I don't understand your second post since you are talking about a server/client environment isn't it straightforward to control access via group or user permissions?