Overview

Utility class to create symlinks.

Supports symlinks on Unix-like systems (BSD, Linux, Mac OS X) and Windows systems that have the mklink command (NT6 and later). For more on the mklink command, see » http://www.maxi-pedia.com/mklink.

Package

This class is part of the Solar package.

Configuration Keys

None.

Constants

None.

Public Properties

The Solar_Symlink class has no public properties; try the list of all properties.

Public Methods

These are all the public methods in the Solar_Symlink class.

You can also view the list of all public, protected, and private methods.

make()

Makes a symbolic link to a file or directory.

remove()

Removes a file or directory symbolic link.



Local