dbekaert / StaMPS

Stanford Method for Persistent Scatterers
http://homepages.see.leeds.ac.uk/~earahoo/stamps/
GNU General Public License v3.0
226 stars 119 forks source link

Error using movefile Cannot write from source #35

Closed BinoyKadakkal closed 2 years ago

BinoyKadakkal commented 2 years ago

Error using movefile Cannot write from source: H:\ss\patch.list. Use the 'f' option to override.

Error in stamps (line 462) movefile('patch.list','patch.list_old');

When i use

movefile('patch.list','patch.list_old','f')

it shows the error

Error using movefile The system cannot find the file specified.

BinoyKadakkal commented 2 years ago

using the latest version fixes the issue. Thank you