Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- master_read_to_file $mypath 'c:\mydir\file11.bin' 0x00040000 1000 --- Quote End --- I haven't used that function, but I think your problem is likely Windows "\" vs. UNIX "/" and you want to be using double quote " around the entire filename string (like what you would do in C). Try using "/". If that doesn't work, just use "foo.bin" and it ought to show up in the directory from which System Console is currently executing.