Julia Programming Language
Is there a way to make julia aware of ~ as the home directory on linux
General Usage
filesystem
sijo
March 5, 2021, 1:05pm
2
You can do
ispath(expanduser("~/a_file_in_my_home_dir.txt"))
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to use ~ in a Cmd
General Usage
question
1
522
April 6, 2019
How to input path in run() and joinpath() on Windows
General Usage
4
1362
September 26, 2019
Error in command line arg --project with "~"
General Usage
12
776
April 22, 2019
Why is expanduser not used in abspath
Internals & Design
filesystem
5
833
March 19, 2022
Folder Navigation for Activating Environments in Package Manager
Package Management
4
614
August 8, 2022