# \#write

**URL:** https://discourse.julialang.org/tag/write/1328.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Create directories, read files and create file](https://discourse.julialang.org/t/create-directories-read-files-and-create-file/110855)

<div class="topic-metadata">

**Author:** [@Enlil50](https://discourse.julialang.org/u/Enlil50)\
**Replies:** 1\
**Last updated:** [February 27, 2024, 5:19pm UTC](https://discourse.julialang.org/t/create-directories-read-files-and-create-file/110855 "2024-02-27T17:19:26Z")

</div>

I have this program in C++ (but even Python) which opens or creates a directory called file\_path, scrolls each text file which goes along the Data\_xyzw.txt format, finds the bigger xyzw and creates a name which is Data\_a…

---

## [Write and read json file](https://discourse.julialang.org/t/write-and-read-json-file/97379)

<div class="topic-metadata">

**Author:** [@rocco\_sprmnt21](https://discourse.julialang.org/u/rocco_sprmnt21)\
**Replies:** 1\
**Last updated:** [April 12, 2023, 6:56am UTC](https://discourse.julialang.org/t/write-and-read-json-file/97379 "2023-04-12T06:56:32Z")

</div>

I tried to save and read the following json file, but there is some problem for the presence of nothing. using YFinance, JSON3 aapl\_json=get\_quoteSummary("AAPL") aapl\_json\_string=string(aapl\_json) open("aapl.json", "w"…
