move to public

This block is part of the files group and was last modified in core v10.4.28.

move to public v10.4.28

Moves the given files to a new public destination.

In pins 2 + flow
  • flow
    flow
  • files required
    file
  • destination required
    value
Out pins 3 + flow
  • flow
    flow
  • success
    condition
  • error
    value
  • files
    file

A typical wiring for move to public: value feeds the value pin; branch feeds the flow pin; rename feeds the file pin; the flow out pin feeds branch; the value out pin feeds rename.

Studio canvas example for the move to public block: typical wiring for move to public.

Commonly used with

In production blueprints, this block is most often wired together with:

  • branch: wired in both directions with this block.
  • rename: wired in both directions with this block. Renames the given files.
  • value: feeds into this block. Simply returns the provided value.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • resize: this block feeds into it. resize given images with new dimensions.
  • get link: this block feeds into it. Returns the link of a given file which can be used as a img src. Will only work with public files.

Version history

Introduced in v10.4.28.


Back to files Return to the main group to view all sub-groups Back to file modification Return to the group to view all blocks within this group