Connecting Tech Pros Worldwide Forums | Help | Site Map

Capture the file path

Caio
Guest
 
Posts: n/a
#1: Nov 18 '05
Hi,

I need to capture a file path in the user machine. I'm trying to show a Open
Dialog without success... any ideas?

[]'s
Caio


Raterus
Guest
 
Posts: n/a
#2: Nov 18 '05

re: Capture the file path


<input type="file" .../> ?

"Caio" <caio@vai-ms.com.br> wrote in message news:%23%23otwLyeEHA.1048@tk2msftngp13.phx.gbl...[color=blue]
> Hi,
>
> I need to capture a file path in the user machine. I'm trying to show a Open
> Dialog without success... any ideas?
>
> []'s
> Caio
>
>[/color]
Michelle Hlaing
Guest
 
Posts: n/a
#3: Nov 18 '05

re: Capture the file path


Hi,

You might want to check out:

1)FolderBrowserDialog.RootFolder Property
2) Directory Class
3) the File Class

depending on what you are trying to do.

Hope that helps,

Michelle

***Disclaimer: This posting is provided "as is" with no warranties and confers no rights.***[color=blue]
>
>I need to capture a file path in the user machine. I'm trying to show a Open
>Dialog without success... any ideas?
>
>[]'s
>Caio
>
>
>[/color]


Patrick.O.Ige
Guest
 
Posts: n/a
#4: Nov 18 '05

re: Capture the file path


Yep just as Michelle adviced..
there is a lot to do with those classes..
Enjoy.
Patrick

"Michelle Hlaing" wrote:
[color=blue]
> Hi,
>
> You might want to check out:
>
> 1)FolderBrowserDialog.RootFolder Property
> 2) Directory Class
> 3) the File Class
>
> depending on what you are trying to do.
>
> Hope that helps,
>
> Michelle
>
> ***Disclaimer: This posting is provided "as is" with no warranties and confers no rights.***[color=green]
> >
> >I need to capture a file path in the user machine. I'm trying to show a Open
> >Dialog without success... any ideas?
> >
> >[]'s
> >Caio
> >
> >
> >[/color]
>
>
>[/color]
Closed Thread