CLab Configurator API Documentation

Program.StripPathFromFilename Method 

Strips the path from filename.

public string StripPathFromFilename(
   String filename
);

Parameters

String
A "System.String" that represents the filename with full path

Return Value

A "System.String" that represents the filename without the path

See Also

Program Class | ClabGui Namespace