shell open won't open file manager

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MycahCambey

so i tried to use shell_open() to open the custom user directory using the native OS’s file manager but it didn’t work

code:

func _ready():
   OS.shell_open(ProjectSettings.globalize_path(save_path))

and there was a popup saying

There is no application to open the URL “directory that i can’t show for personal reasons”

i’m on mac just so you know