This bug tracking system is read-only for users. It is currently only meant as TODO list for the developers.
FS#74 - ISO Copy: Error for missing ISO Image Path
Opened by Florian Schmitz (Flo) - Sunday, 30 January 2005, 22:19 GMT+2
Last edited by Fredrik Haglund (frha) - Sunday, 30 January 2005, 22:25 GMT+2
|
DetailsIf you start Copy ISO Disc to Hard Disk with no selections in Path for iso image and you click on Start copy button, the following bug occurs: The path is not of a legal form. at System.IO.Path.nGetFullPathHelper(String path, Char[] invalidPathChars, Char[] whitespaceChars, Char directorySeparator, Char altDirectorySeparator, Char volumeSeparator, Boolean fullCheck, String& newPath) at System.IO.Path.FixupPath(String path) at System.IO.Path.GetDirectoryName(String path) at u.l(Object A_0, EventArgs A_1) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |