ShinyDirChoose create new folder collapse in MacOS
xuefenfei712 opened this issue · 0 comments
xuefenfei712 commented
Dear Thanks for your useful tool, I learn it and use it to select and create a folder in my laptop, it works well in Win10, however in MacOS when I create a new folder, it crashes, while the fold can be created.
dir <- reactive({
shinyDirChoose(input, 'sheets_dir', roots = Theroots(), session = session)
parseDirPath(roots = Theroots(), input$sheets_dir)
})
Can you have a solution, thankyou in advance.
Best
Xue