Click or drag to resize

BackgroundContextMenuCheckFileName Method

Check if given filename already exists in given path. If true, tries adding a (1), (2), (3) or (4). If they exist too, it returns an empty string.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public static string CheckFileName(
	string filename,
	string extension,
	string path
)

Parameters

filename  String
filename to be checked
extension  String
extension of the filename
path  String
path where the file is located

Return Value

String
A free filename or String.empty
See Also