Storage Nodes

Access data via files.

Checks whether a file or folder exists on disk.
Closes a reference to an open file to free the resources used by the reference.
Creates a file and appends an incrementing number suffix to the filename if the file already exists at a specified path.
Deletes the file or directory at the specified path.
Displays a dialog box with which a user can specify the path to a new or existing file or directory.
Returns information about a specified file or directory path.
Formats data as a string and writes it to a file.
Returns two arrays of strings listing the names of all files and folders found in the specified path.
Obtains a reference to a file.
Reads a specified number of bytes from a byte stream file.
Converts data to a text string and writes the string to a file.
Scans text in a file for data that matches a specified format, returning these matches as a specified data type.
Writes a string or an array of strings as lines to a file.
Build and manipulate file paths.
Perform file I/O operations on .tdms files.