# How to get a included .jl files path list in REPL

**URL:** https://discourse.julialang.org/t/how-to-get-a-included-jl-files-path-list-in-repl/30647
**Category:** General Usage
**Tags:** repl, module
**Created:** [November 3, 2019, 9:53am UTC](https://discourse.julialang.org/t/how-to-get-a-included-jl-files-path-list-in-repl/30647 "2019-11-03T09:53:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AtsushiSakai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/atsushisakai/32/6559_2.png) [@AtsushiSakai](https://discourse.julialang.org/u/AtsushiSakai)
#### Post date: [November 3, 2019, 9:53am UTC](https://discourse.julialang.org/t/how-to-get-a-included-jl-files-path-list-in-repl/30647/1 "2019-11-03T09:53:40Z")

</div>

Is there a way to get a path list of all included .jl files in REPL?

---

<div class="post-metadata">

### Author: ![tim.holy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tim.holy/32/52_2.png) [@tim.holy](https://discourse.julialang.org/u/tim.holy)
#### Post date: [November 3, 2019, 1:12pm UTC](https://discourse.julialang.org/t/how-to-get-a-included-jl-files-path-list-in-repl/30647/2 "2019-11-03T13:12:02Z")

</div>

If you want the files loaded for a specific package, try `pkgfiles` from [CodeTracking](https://github.com/timholy/CodeTracking.jl).
