Page 1 of 1

Mmc_Fat_ChangeDir("\\") not working

Posted: 24 Apr 2020 14:15
by OldSpring
Hi, MikroBasic team:

We found MMC Mmc_Fat_ChangeDir("\\") function is not working. Please check it for confirm. Thank you!

Windows 7
Pic32 MB 4.0.0.0
Pic32MX270F256B

Re: Mmc_Fat_ChangeDir("\\") not working

Posted: 27 Apr 2020 14:44
by jovana.medakovic
Hello,

Please, try on this way:
Mmc_Fat_ChangeDir("\")

In the help file, you will read Mmc_Fat_ChangeDir("\\"), but this is an error.
I apologize for the inconvenience.

Kind regards,
Jovana

Re: Mmc_Fat_ChangeDir("\\") not working

Posted: 29 Apr 2020 00:41
by OldSpring
Hi, Jovana:

Thank you very much for fast reply.

Mmc_Fat_ChangeDir("\") is working for me. Thanks.