fssymlink()

 
This function creates a symbolic link from a file in the data directory to the scripts directory (Available on UNIX file systems only)
Syntax
fssymlink( source, destination )
Returns 1 if sucessful, 0 if fails
  • source = source file fully qualified path in the data directory
  • destination = destination file fully qualified path in the scripts directory
User Annotations: fssymlink