Visual Studio Development Bookmark and Share   
 index > Visual C# Express Edition > Copy files???
 

Copy files???

** EDIT **

Am I wrong in assuming that I can't copy files across different drives? So I want to copy files from a DVD to my C:\??? Just tried the same code using the same drive and it worked but different drives it throws a paddy???

** EDIT AGAIN **

I can't seem to copy files off a DVD to my desktop based on using an App.. I get the error invalid function. Am I wrong in assuming this?
OnamC  Saturday, October 10, 2009 4:45 PM
What is a "paddy"?  Document your problem better.  Post the exception message, its stack trace and a snippet of your code.

Hans Passant.
nobugz  Saturday, October 10, 2009 5:55 PM
I am trying to copy files from a DVD at the moment but the File.CopyTo() doesn't seem to work. It triggers an exception "invalid operation". Found that I don't believe I can copy from a DVD to my HDD. Tried my same code to copy files from my C:\ to E:\ and it worked.

I thought I was able to do this but its fine.
OnamC  Saturday, October 10, 2009 6:44 PM
is the DVD a video DVD or a data DVD?  video dvds are going to be a problem, but data dvds I would expect to work just fine as a source.
jgalley  Saturday, October 10, 2009 9:49 PM

You can use google to search for other answers

Custom Search

More Threads

• Test-Driven Development in Microsoft.NET
• Object reference not set to an instance of an object
• what is System.IO.Port of ver 2.0 in Ver 1.1?
• How to find column date type
• DataGridView Issues
• define host application to debug a dll
• webtest Exception.
• Command On Exit
• Double Quotes Issue
• my problem in defining a report designer in Visual c# 2008 Express Ed.