Click or drag to resize

folderNodedeleteFiles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deletes all files, matching the selectionPattern in the folder and all sub folders if subfolders is true

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void deleteFiles(
	string selectionPattern = "*.*",
	bool subFolders = true
)
Request Example View Source

Parameters

selectionPattern (Optional)
Type: SystemString
The selection pattern.
subFolders (Optional)
Type: SystemBoolean
if set to true [sub folders].
See Also