Closed daschewie closed 3 years ago
sys_fsys_set_cwd
f_getcwd
/sd> DIR code1.txt 10 code2.txt 20 code3.txt 30 /sd> COPY code*.txt code4.txt /sd> DIR code1.txt 10 code2.txt 20 code3.txt 30 code4.txt 60 /sd> MKDIR sample /sd> DIR code1.txt 10 code2.txt 20 code3.txt 30 code4.txt 60 sample/ /sd> COPY *.txt sample /sd> CD sample /sd/sample> DIR code1.txt 10 code2.txt 20 code3.txt 30 code4.txt 60
Changes
sys_fsys_set_cwd
andsys_fsys_set_cwd
sys_fsys_set_cwd
, it was missing the len argument for af_getcwd
call, causing errors with the DIR command in subdirectories.Behavior of copy command
Testing
Known Issues