# Way to open up a folder window for a cd command?

**URL:** https://discourse.julialang.org/t/way-to-open-up-a-folder-window-for-a-cd-command/28499
**Category:** New to Julia
**Created:** [September 7, 2019, 1:27pm UTC](https://discourse.julialang.org/t/way-to-open-up-a-folder-window-for-a-cd-command/28499 "2019-09-07T13:27:33Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![oheil](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oheil/32/220745_2.png) [@oheil](https://discourse.julialang.org/u/oheil)
#### Post date: [September 7, 2019, 4:43pm UTC](https://discourse.julialang.org/t/way-to-open-up-a-folder-window-for-a-cd-command/28499/2 "2019-09-07T16:43:22Z")

</div>

This may be a solution:  
[https://discourse.julialang.org/t/choose-a-file-interactively/](https://discourse.julialang.org/t/choose-a-file-interactively/)

```julia
dir = open_dialog("Select Folder", action=GtkFileChooserAction.SELECT_FOLDER)

```

from here:  
[https://github.com/JuliaGraphics/Gtk.jl](https://github.com/JuliaGraphics/Gtk.jl)

I don’t know if this works for macs.

---

_[View the full topic](https://discourse.julialang.org/t/way-to-open-up-a-folder-window-for-a-cd-command/28499)._
