Search Unity

Bug Open folder in the default file manager

Discussion in 'Android' started by xtdiwd, May 9, 2021.

  1. xtdiwd

    xtdiwd

    Joined:
    Jul 25, 2020
    Posts:
    135
    I create a file in a user subfolder. If I navigate to the folder with the file manager I find that file: it is created. Both on Windows and on Android.

    On windows I can use Application.OpenURL(folderPath) obtained with IO.Path.Combine and the folder is opened.
    On Android instead that instruction does not make anything happen.

    How do I get Android to open the path in the default file manager?