Description:
Returns a file pathname corresponding to <name> in the default OM OUT FILES directory. 
 
The OUT FILES directory can be set in the OM Preferences. It is used as a default location to write files in OM. 
 
<subdirs> is a list of strings corresponding to INFILES subdirectories. 
If <unix> is T then the output files is formatted for Unix and system commands. 
 
Ex. (outfile "myfile.midi") ==> #P"/Users/bresson/om-outfiles/myfile.midi" 
Ex. (outfile "myfile.midi" :subdirs '("folder1" "folder2") ==> #P"/Users/bresson/om-outfiles/folder1/folder2/myfile.midi" 
 
 
 
 
  |