Go To Directory is not working in RStudio 2023.12.1 Build 402 for RedHat EL7. Steps to reproduce:
- On the Files tab, click the ... (Go to directory) or Session -> Set Working Directory -> Choose Directory ...
- On the folder selection dialog, click the ... (Go to directory).
In version 2023.12.1 Build 402, another folder selection dialog opens behind the first one.
In version 2023.06.1 Build 524, a textbox dialog pops up prompting for Path to folder. This is the expected behavior.
Workaround is to use setwd() function, then choose More -> Go To Working Directory in Files tab.
Anyone come across this problem?
-Blair