Sets the type and creator of the file specified by path. type and creator are four-character strings. This function does not work for files inside an LLB. Only macOS supports setting the type and creator of files.


icon

Inputs/Outputs

  • cpath.png path

    path specifies the file or directory whose type or creator you want to read.

  • cstr.png type (no change)

    type is the type of the specified file.

    If type is a string other than four characters, an error occurs.
  • cstr.png creator (no change)

    creator is the creator of the specified file.

    If creator is a string other than four characters, an error occurs.
  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ipath.png path out

    path out returns path unchanged.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.