File.AddFilesToFolder Method

Add some files
Public Shared Function AddFilesToFolder( _ 
ByVal parent_window As IWin32Window, _ 
ByVal files_to_add As IEnumerable(Of String), _ 
ByVal destination_folder As ProjectFolder, _ 
ByVal prompt_for_move As FileAction, _ 
ByVal desc As String
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse AddFilesToFolder( 
IWin32Window parent_window
IEnumerable<string> files_to_add
ProjectFolder destination_folder
FileAction prompt_for_move
string desc 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ AddFilesToFolder( 
IWin32Window^ parent_window
IEnumerable<String^>^ files_to_add
ProjectFolder^ destination_folder
FileAction prompt_for_move
String^ desc 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

parent_window
IWin32Window

the parent window for any UI elements

files_to_add
IEnumerable<string>

the list of paths to add

destination_folder
ProjectFolder

the id of the destination folder

prompt_for_move
FileAction

desc
string

the description to use

Return Value

OperationResponse

the result of the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition