FileSystemProvider.ModeWithoutHardLink(PSObject) Method

Definition

Provides a ModeWithoutHardLink property for FileSystemInfo, without HardLinks for performance reasons.

public static string ModeWithoutHardLink (System.Management.Automation.PSObject instance);
static member ModeWithoutHardLink : System.Management.Automation.PSObject -> string
Public Shared Function ModeWithoutHardLink (instance As PSObject) As String

Parameters

instance
PSObject

Instance of PSObject wrapping a FileSystemInfo.

Returns

A string representation of the FileAttributes, with one letter per attribute.

Applies to