Blocks within file modification

List of all the block within the file modification group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

delete condition v10.4.28 Deletes the given files. file info value v10.4.28 Gets basic file information. file exif condition v14.0.2 Gets the file EXIF information. pdf images condition v14.0.2 Lists all images included in the PDF. pdf to text condition v14.0.2 Converts the given PDF to text. write condition v10.4.28 Generates or overwrites a file with the new content update name file v10.4.28 Sets a custom name for all files. If multiple files are given the index will be appended append condition v10.4.28 Appends content to the given file copy condition v15.0.0 Copies the given files into a destination directory, keeping each file's original name. The destination directory is a folder path (created if missing), not a full path including the filename — e.g. /public/uploads copies hero.png to /public/uploads/hero.png. Place the directory under /public/… to make the copies publicly servable via /static/…. To rename the copy, set the optional filename pin (single source file only). To fan one file out to several full paths and/or names at once, use the file spread block instead. pdf to image condition v14.0.2 Converts the given PDF to image files. move condition v10.4.28 Moves the given files to a new destination. move to public condition v10.4.28 Moves the given files to a new public destination. pdf info condition v14.0.2 Retrieves basic PDF info. analyze pdf condition v14.0.4 Analyzes the PDF with the given profile. spread condition v15.0.0 Copies a single source file to multiple destination paths, creating a real copy for each. Each entry in paths is a full destination path including the filename (e.g. /public/uploads/hero.png), so one upload can be fanned out to several locations and/or names at once. pdf color condition v14.0.2 Retrieves the color from the PDF. pdf fonts condition v14.0.2 Retrieves the used fonts inside a PDF. get extension value v12.1.1 Grabs the file extension and mime-type rename condition v10.4.28 Renames the given files.
Back to files Return to the main group to view all sub-groups