Methods

All methods in the Solar_Symlink class.

Public

make()

Makes a symbolic link to a file or directory.

remove()

Removes a file or directory symbolic link.

Protected

_exception()

Returns a localized exception object.

_make()

Returns the command to create a symlink on non-Windows systems.

_makeWinDir()

Creates a directory symlink on Windows systems.

_makeWinFile()

Creates a file symlink on Windows systems.

Private

None.



Local