set_symlink_target
  
  Description:
  public void set_symlink_target (
string symlink_target)
  
 
  
    Sets the g_file_attribute_standard_symlink_target attribute in the file info to the given symlink target.
    Parameters:
    
      
        | this | 
        
           a FileInfo. 
         | 
      
      
        | symlink_target | 
        
           a static string containing a path to a symlink target. 
         |