Owning Palette: Advanced File VIs and Functions
Requires: Base Development System
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.

  Add to the block diagram | 
  Find on the palette | 
![]()  | 
path specifies the file or directory whose type or creator you want to read. | 
![]()  | 
type is the type of the specified file. If type is a string other than four characters, an error occurs. | 
![]()  | 
creator is the creator of the specified file. If creator is a string other than four characters, an error occurs. | 
![]()  | 
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | 
![]()  | 
path out returns path unchanged. | 
![]()  | 
error out contains error information. This output provides standard error out functionality. |