# Updating a text file

**URL:** https://discourse.processing.org/t/updating-a-text-file/1265
**Category:** Coding Questions
**Created:** [June 26, 2018, 3:32am UTC](https://discourse.processing.org/t/updating-a-text-file/1265 "2018-06-26T03:32:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![CrispyCabot](https://avatars.discourse-cdn.com/v4/letter/c/8edcca/32.png) [@CrispyCabot](https://discourse.processing.org/u/CrispyCabot)
#### Post date: [June 26, 2018, 3:32am UTC](https://discourse.processing.org/t/updating-a-text-file/1265/1 "2018-06-26T03:32:52Z")

</div>

So I am trying to make a scoreboard. I have done it before in regular processing, but I have just now realized that with p5js, it downloads the file rather than saving it to a folder, which I guess makes sense. So is there any way I can get around this?

---

<div class="post-metadata">

### Author: ![dan850](https://avatars.discourse-cdn.com/v4/letter/d/e9c0ed/32.png) [@dan850](https://discourse.processing.org/u/dan850)
#### Post date: [June 26, 2018, 4:31am UTC](https://discourse.processing.org/t/updating-a-text-file/1265/2 "2018-06-26T04:31:00Z")

</div>

are you using this editor - [https://alpha.editor.p5js.org/](https://alpha.editor.p5js.org/)? from the save dialog, select the folder that you want to save the file to. As of right now, it looks like the editor is still in development. Have you tried any other editors?

Or is this a coding question?

---

<div class="post-metadata">

### Author: ![CrispyCabot](https://avatars.discourse-cdn.com/v4/letter/c/8edcca/32.png) [@CrispyCabot](https://discourse.processing.org/u/CrispyCabot)
#### Post date: [June 26, 2018, 2:09pm UTC](https://discourse.processing.org/t/updating-a-text-file/1265/3 "2018-06-26T14:09:28Z")

</div>

I’m using processings default editor with p5js mode.
