Table of Contents

Interface IDirectoryJunction

Namespace
GroupeIsa.Neos.Shared.IO
Assembly
GroupeIsa.Neos.Shared.dll

Provides the functionalities to create directory junctions.

public interface IDirectoryJunction

Methods

CreateDirectoryJunction(string, string)

Creates a directory junction at the specified path that points to the target path.

void CreateDirectoryJunction(string junctionPath, string targetPath)

Parameters

junctionPath string

The path where the junction will be created.

targetPath string

The target path that the junction will point to.