Skip to content

Commit 6e2214c

Browse files
Docs - add vercel redirects (#15689)
* reorder * add trailing slash * add other redirects * fix syntax
1 parent fde1d83 commit 6e2214c

File tree

2 files changed

+153
-148
lines changed

2 files changed

+153
-148
lines changed

docs-v2/pages/workflows/building-workflows/code/nodejs/working-with-files.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
---
2-
short_description: Store and read files with Node.js in workflows.
3-
thumbnail: https://res.cloudinary.com/pipedreamin/image/upload/v1646763737/docs/icons/icons8-opened-folder_y60u9l.svg
4-
---
5-
61
# Working with the filesystem in Node.js
72

83
You'll commonly need to work with files in a workflow, for example: downloading content from some service to upload to another. This doc explains how to work with files in Pipedream workflows and provides some sample code for common operations.
94

10-
11-
125
## The `/tmp` directory
136

147
Within a workflow, you have full read-write access to the `/tmp` directory. You have {process.env.TMP_SIZE_LIMIT} of available space in `/tmp` to save any file.
@@ -98,4 +91,4 @@ Within Node.js code steps, you can download files from a File Store to the `/tmp
9891

9992
The `$.files` helper includes methods to upload and download files from the Project's File Store.
10093

101-
[Read the File Stores `$.files` helper documentation.](/workflows/data-management/file-stores/#managing-file-stores-from-workflows))
94+
[Read the File Stores `$.files` helper documentation.](/workflows/data-management/file-stores/#managing-file-stores-from-workflows)

0 commit comments

Comments
 (0)