This namespace contains 29 node(s).

Available Nodes

  • Absolute Path - Return the absolute path of a file or directory. files, path, absolute

    Use cases:

  • Accessed Time - Get file last accessed timestamp. files, metadata, accessed, time
  • Basename - Get the base name component of a file path. files, path, basename

    Use cases:

    • Extra…
  • Copy File - Copy a file from source to destination path. files, copy, manage

    Use cases:

    • Create…
  • Create Directory - Create a new directory at specified path. files, directory, create

    Use cases:

    • Set …
  • Created Time - Get file creation timestamp. files, metadata, created, time
  • Dirname - Get the directory name component of a file path. files, path, dirname

    Use cases:

    • E…
  • File Exists - Check if a file or directory exists at the specified path. files, check, exists

    Use case…

  • File Extension - Get file extension. files, metadata, extension
  • File Name - Get file name without path. files, metadata, name
  • File Name Match - Match a filename against a pattern using Unix shell-style wildcards. files, pattern, match, f…
  • Filter File Names - Filter a list of filenames using Unix shell-style wildcards. files, pattern, filter, list

  • Get Directory - Get directory containing the file. files, metadata, directory
  • Get File Size - Get file size in bytes. files, metadata, size
  • Get Path Info - Gets information about a path. path, info, metadata

    Use cases:

    • Extract path compon…
  • Is Directory - Check if path is a directory. files, metadata, type
  • Is File - Check if path is a file. files, metadata, type
  • Join Paths - Joins path components. path, join, combine

    Use cases:

    • Build file paths
    • Creat…
  • List Files - list files in a directory matching a pattern. files, list, directory

    Use cases:

    • Ge…
  • Modified Time - Get file last modified timestamp. files, metadata, modified, time
  • Move File - Move a file from source to destination path. files, move, manage

    Use cases:

    • Organi…
  • Normalize Path - Normalizes a path. path, normalize, clean

    Use cases:

    • Standardize paths
    • Remov…
  • Open Workspace Directory - Open the workspace directory. files, workspace, directory
  • Path To String - Convert a FilePath object to a string. files, path, string, convert

    Use cases:

    • Get…
  • Relative Path - Return a relative path to a target from a start directory. files, path, relative

    Use cas…

  • Show Notification - Shows a system notification. notification, system, alert

    Use cases:

    • Alert user of …
  • Split Extension - Split a path into root and extension components. files, path, extension, split

    Use cases…

  • Split Path - Split a path into directory and file components. files, path, split

    Use cases:

    • Sep…
  • Workspace Directory - Get the workspace directory. files, workspace, directory