M4Duke / m4rom

M4 Board, z80 rom part
http://www.spinpoint.org
13 stars 3 forks source link

Feature Request: handled glob for move/copy. #9

Open slaykachu opened 3 years ago

slaykachu commented 3 years ago

To reproduce

|copfy,"*.exe","symbos/"

Expected: All files in current dir with extension .EXE are copied to symbos folder. Got: "Source file not found"

Or:

|ren,"symbos/","*.exe"

Expected: All files in current dir with extension .EXE are moved to symbos folder. Got: "Error occured."