Skip to content

Add hardlink creation support to PowerShellRunner #262

@wilbaker

Description

@wilbaker

@kewillford found that PowerShell does support creating hardlinks in Windows 10:

New-Item -ItemType HardLink -Name <new link name> -Value <existing file>

We should add an implementation of CreateHardLink to PowerShellRunner that uses New-Item

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions