Files Node Catalog
Generated category
Files Node Catalog
Generated from 39 catalog nodes in Data/Files.
Nodes in this category
Showing 39 of 39 generated node docs.
Local Path to Path
Data/FilesConverts a PathBuf to a Path
Read to Bytes
Data/Files/ContentReads the content of a file Fto bytes
Read to String
Data/Files/ContentReads the content of a file to a string
Write Bytes
Data/Files/ContentWrites bytes to a file
Write String
Data/Files/ContentWrites a string to a file
Cache Dir
Data/Files/DirectoriesConverts the cache directory to a Path
Storage Dir
Data/Files/DirectoriesConverts the storage directory to a Path
Upload Dir
Data/Files/DirectoriesConverts the upload directory to a Path
User Dir
Data/Files/DirectoriesConverts the user directory to a Path
Virtual Dir
Data/Files/DirectoriesCreates an in-memory virtual directory path
Azure Blob Container
Data/Files/ExternalTurn an Azure Blob Storage container into a FlowPath. Takes an AzureProvider.
GCS Bucket
Data/Files/ExternalTurn a Google Cloud Storage bucket into a FlowPath. Takes a GcpProvider.
R2 Bucket
Data/Files/ExternalTurn a Cloudflare R2 bucket into a FlowPath. Takes a CloudflareProvider in 'r2' auth mode (account_id + R2 access key/secret).
S3 Bucket
Data/Files/ExternalTurn an S3 bucket (or any S3-compatible endpoint) into a FlowPath. Takes an AwsProvider for authentication. Use a CloudflareProvider + R2 node for Cloudflare R2 — it's specialised.
S3 Express Bucket
Data/Files/ExternalTurn an S3 Express One Zone bucket into a FlowPath. Ultra-low latency single-AZ storage. Takes an AwsProvider.
SMB Share
Data/Files/ExternalTurn an SMB2/3 share into a FlowPath.
Copy
Data/Files/OperationsCopies a file from one location to another
Delete
Data/Files/OperationsDeletes a file or directory
Get
Data/Files/OperationsReads all bytes from a file
Get Range
Data/Files/OperationsReads a range of bytes from a file
Hash File
Data/Files/OperationsHashes a file
Head
Data/Files/OperationsGets the metadata of a file
List Folders
Data/Files/OperationsLists folders under a path
List Paths
Data/Files/OperationsLists all paths in a directory
List With Offset
Data/Files/OperationsLists paths in a directory with offset and limit
Path Exists?
Data/Files/OperationsChecks if a path exists
Put
Data/Files/OperationsWrites bytes to a file
Rename
Data/Files/OperationsRenames a file
Sign URL
Data/Files/OperationsGenerates a signed URL for accessing a file
Sign URLs
Data/Files/OperationsGenerates signed URLs for accessing files
Child
Data/Files/PathCreates a child path from a parent path
Extension
Data/Files/PathGets the file extension from a path
Filename
Data/Files/PathGets the filename from a path
From Raw Path
Data/Files/PathReconstructs a FlowPath from a raw path string using the store reference from a base path
Parent
Data/Files/PathGets the parent path from a path
Raw Path
Data/Files/PathGets the raw path string
Replace Segment
Data/Files/PathReplaces a segment in a FlowPath
Set Extension
Data/Files/PathSets the file extension of a path
Set Filename
Data/Files/PathGets the filename from a path