Click or drag to resize

FileUtilRemoveLastDirectory Method

Remove the last directory from the specified path.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string RemoveLastDirectory(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: String
See Also