I have a recollection that somewhere in the .Net Framework are methods that
will parse a fully qualified filename into its components (path, base file
name, extension, etc.). Unfortunately, I'm having trouble finding it
(assuming that my memory is correct). Can someone point me to it?
TIA,
Richard Rosenheim
Jon Skeet [C# MVP] - 20 Sep 2004 09:47 GMT
> I have a recollection that somewhere in the .Net Framework are methods that
> will parse a fully qualified filename into its components (path, base file
> name, extension, etc.). Unfortunately, I'm having trouble finding it
> (assuming that my memory is correct). Can someone point me to it?
Look at FileInfo, DirectoryInfo etc.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Dennis Myr?n - 20 Sep 2004 10:04 GMT
System.IO.Path

Signature
Regards,
Dennis JD Myr?n
Oslo Kodebureau
>I have a recollection that somewhere in the .Net Framework are methods that
> will parse a fully qualified filename into its components (path, base file
[quoted text clipped - 4 lines]
>
> Richard Rosenheim
Shiva - 20 Sep 2004 10:21 GMT
Hi,
Look at the System.IO.Path class methods.
I have a recollection that somewhere in the .Net Framework are methods that
will parse a fully qualified filename into its components (path, base file
name, extension, etc.). Unfortunately, I'm having trouble finding it
(assuming that my memory is correct). Can someone point me to it?
TIA,
Richard Rosenheim
Richard L Rosenheim - 21 Sep 2004 01:12 GMT
Thanks -- that's what I was looking for.
Richard Rosenheim
> Hi,
> Look at the System.IO.Path class methods.
[quoted text clipped - 7 lines]
>
> Richard Rosenheim