You are here: Start » FIL.NET » Invoke.SkipEmptyPath

Invoke.SkipEmptyPath

If the input path has at least one point, then it is copied to the output; otherwise Nil is returned.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SkipEmptyPath
(
	Fil.Path inPath,
	Conditional<Fil.Path> outNotEmptyPath,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outNotEmptyPathFtl.Conditional<Fil.Path>A copy of the input path, if it is not empty, or Nil otherwise.
outIsNotEmptyboolIndication if the input path is not empty.

See also