Back to FabImage Library website

You are here: Start » Function Reference » Path IO » LoadPath

LoadPath


Header:FIL.h
Namespace:fil

Loads serialized Path object from fidata file.

Syntax

C++
C#
 
void fil::LoadPath
(
	const ftl::File& inFilename,
	fil::Path& outPath
)

Parameters

Name Type Default Description
inFilename const File& Name of the source file
outPath Path& Deserialized output Path