Click or drag to resize

fileOpsBasecopyFiles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Kopira sve fajlove koji odgovaraju podesavanjima.

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static void copyFiles(
	this string sourceFolder,
	string destinationFolder,
	string subjectTitle = "Copy folder content",
	string selectionPattern = "*.*",
	bool copySubFolders = false
)
Request Example View Source

Parameters

sourceFolder
Type: SystemString
Odakle kopira
destinationFolder
Type: SystemString
Gde kopira
subjectTitle (Optional)
Type: SystemString
Naslov koji koristi u Logovanju
selectionPattern (Optional)
Type: SystemString
Uslovi selektovanja, npr> *.dll
copySubFolders (Optional)
Type: SystemBoolean
Ako je TRUE onda ce prekopirati i sve foldere kao i njihov sadrzaj koji odgovara upitu

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also