J
John Denver
Hello
I'm writing up a C# utiliy that basically copies file from a CD rom on the
the hard drive. The file names and paths that are on the CR are not known
to me. All I'm going to do is get the file path and name then check for it
on the local hard drive.
My first though would be that I would have to get the drive letter of the CD
Rom from the DriveInfo class. I want to write to a log file the path and
file name that I find on the CR and copy to the local disk.
How do I grab the file name and path from the CD rom?
Thanks
I'm writing up a C# utiliy that basically copies file from a CD rom on the
the hard drive. The file names and paths that are on the CR are not known
to me. All I'm going to do is get the file path and name then check for it
on the local hard drive.
My first though would be that I would have to get the drive letter of the CD
Rom from the DriveInfo class. I want to write to a log file the path and
file name that I find on the CR and copy to the local disk.
How do I grab the file name and path from the CD rom?
Thanks