We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5b40a commit 9b8c02eCopy full SHA for 9b8c02e
Project.toml
@@ -1,7 +1,7 @@
1
name = "FilePathsBase"
2
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
3
authors = ["Rory Finnegan"]
4
-version = "0.9.14"
+version = "0.9.15"
5
6
[deps]
7
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
README.md
@@ -129,4 +129,10 @@ julia> rm(tmpfp; recursive=true)
129
130
julia> exists(tmpfp)
131
false
132
+
133
+# Loading code from paths (e.g., S3Path)
134
+julia> FilePathsBase.@__INCLUDE__()
135
136
+julia> include(p"test/testpkg.jl")
137
+Main.TestPkg
138
```
0 commit comments