JoinPathCommand Class
The Join-Path cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
Microsoft.PowerShell.Commands Namespace
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
[OutputTypeAttribute(System.Compiler.TypeNode[])] [CmdletAttribute("Join", "Path", SupportsTransactions=true, HelpUri="http://go.microsoft.com/fwlink/?LinkID=113347")] public class JoinPathCommand : CoreCommandWithCredentialsBase
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */
/** @attribute CmdletAttribute("Join", "Path", SupportsTransactions=true, HelpUri="http://go.microsoft.com/fwlink/?LinkID=113347") */
public class JoinPathCommand extends CoreCommandWithCredentialsBase
OutputTypeAttribute(System.Compiler.TypeNode[]) CmdletAttribute("Join", "Path", SupportsTransactions=true, HelpUri="http://go.microsoft.com/fwlink/?LinkID=113347") public class JoinPathCommand extends CoreCommandWithCredentialsBase
This cmdlet combines a path and a child path into a single path. For more information about this cmdlet, see Join-Path in the Microsoft TechNet Library.
For Help at the command line, type:
get-help join-path
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
JoinPathCommand MembersMicrosoft.PowerShell.Commands Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.
