face-hh / griddycode

A code editor made with Godot. Code has never been more lit!
Apache License 2.0
1.82k stars 115 forks source link

File Browser Error with Symbolic Links Created via mklink Command #120

Open JingHai-Lingyun opened 7 months ago

JingHai-Lingyun commented 7 months ago

Describe the bug file browser display nothing. i think this issue may cause by folder link (create via mklink command)

To Reproduce Steps to reproduce the behavior:

  1. create an link of folder with command mklink
  2. open it
  3. choose .. to view parent folder
  4. now you may see file browser browse in another disk
  5. restart app
  6. see error

Expected behavior successfully exited a folder that opened by a link. and browse correct contents

Screenshots image

Desktop (please complete the following information):

JingHai-Lingyun commented 7 months ago

btw, i need a way to reset it first. oh i found it