1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] Unhandled Exception: FileSystemException: Cannot retrieve modification time path =...

Discussão em 'Mobile' iniciado por Stack, Novembro 10, 2024 às 01:03.

  1. Stack

    Stack Membro Participativo

    I am running Dart/Flutter on windows.

    I defined the string variable as follows:

    String mypath = 'C:/test';


    For some reason, I cannot define it like this with the forward slash - windows does not recognize the forward slash and the letter t:

    String mypath = 'C:\test';


    From the error, it is clear that the program mixes forward and backslash that is not correct.

    Could you please advise how to address this issue.

    Thank You

    Continue reading...

Compartilhe esta Página