smsclictr.automation library
Delete multiple Files

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
void 
DeleteFiles(
	
string 
Drive,
	
string 
Path,
	
string 
Filename,
	
string 
Extension
)

Parameters

Drive
Type: System . . :: . String
Disk Drive like 'c:'
Path
Type: System . . :: . String
Path like '\\windows\\'
Filename
Type: System . . :: . String
Filename like 'kb%'
Extension
Type: System . . :: . String
Extension like 'log'

See Also