This namespace contains 29 node(s).
Available Nodes
- Absolute Path - Return the absolute path of a file or directory.
- Accessed Time - Get file last accessed timestamp.
- Basename - Get the base name component of a file path.
- Copy File - Copy a file from source to destination path.
- Create Directory - Create a new directory at specified path.
- Created Time - Get file creation timestamp.
- Dirname - Get the directory name component of a file path.
- File Exists - Check if a file or directory exists at the specified path.
- File Extension - Get file extension.
- File Name - Get file name without path.
- File Name Match - Match a filename against a pattern using Unix shell-style wildcards.
- Filter File Names - Filter a list of filenames using Unix shell-style wildcards.
- Get Directory - Get directory containing the file.
- Get File Size - Get file size in bytes.
- Get Path Info - Gets information about a path.
- Is Directory - Check if path is a directory.
- Is File - Check if path is a file.
- Join Paths - Joins path components.
- List Files - list files in a directory matching a pattern.
- Modified Time - Get file last modified timestamp.
- Move File - Move a file from source to destination path.
- Normalize Path - Normalizes a path.
- Open Workspace Directory - Open the workspace directory.
- Path To String - Convert a FilePath object to a string.
- Relative Path - Return a relative path to a target from a start directory.
- Show Notification - Shows a system notification.
- Split Extension - Split a path into root and extension components.
- Split Path - Split a path into directory and file components.
- Workspace Directory - Get the workspace directory.