Click or drag to resize

ContentStreamJustTheFileName Method

A method that returns just the filename from a full path to a file.

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static string JustTheFileName(
	string fileNamePath
)

Parameters

fileNamePath
Type: SystemString
The full path to the file.

Return Value

Type: String
Returns just the filename.extension
Remarks
Caution note Caution
ContentStream class is available with .NET Framework 3.5 and 4.5.2 only.
See Also