symlink
| symlink | 
  Purpose
 
 
 Create a symbolic link.
 
 
  Synopsis
 
  procedure symlink(string|txt:target, string|txt:linkpath) 
 
  Arguments
 
 | 
     target 
     | 
     Value of the link
     | 
| 
     linkpath 
     | 
     File to create
     | 
  Further information
 
 
  This procedure works only on systems supporting symbolic links, in particular it cannot be executed on Windows (
 i.e. on this platform
 getsysstat will always report a failure after calling this routine).
 
 
  Related topics
 
  
