fsymlink()

 
(Unix only) Creates a symbolic link to the file in the data directory.
Syntax
fsymlink( source, destination )
Returns 1 if sucessful, 0 if fails
  • source = source file fully qualified path
  • destination = destination file fully qualified path
User Annotations: fsymlink