JAMS Developer Guide
MakeDirectory Property (CopyFile)


MVPSI.JAMS.Activities Namespace > CopyFile Class : MakeDirectory Property
When enabled, this activity will create any directories needed when the destination path doesn't exist.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will create any directories needed when the destination path doesn't exist.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property MakeDirectory As System.Boolean
'Usage
 
Dim instance As CopyFile
Dim value As System.Boolean
 
instance.MakeDirectory = value
 
value = instance.MakeDirectory
[System.ComponentModel.Description("When enabled, this activity will create any directories needed when the destination path doesn't exist.")]
[System.ComponentModel.DefaultValue()]
public System.bool MakeDirectory {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CopyFile Class
CopyFile Members