Click or drag to resize
FileExtrasTrimFileName Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string TrimFileName(
	string fn,
	bool basepath,
	bool filename,
	bool extension
)

Parameters

fn
Type: SystemString
basepath
Type: SystemBoolean
filename
Type: SystemBoolean
extension
Type: SystemBoolean

Return Value

Type: String
See Also