Back to FabImage Library website

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

SavePath


Header:FIL.h
Namespace:fil

Saves serialized Path object as fidata file.

Syntax

C++
C#
 
void fil::SavePath
(
	const fil::Path& inPath,
	const ftl::File& inFilename
)

Parameters

Name Type Default Description
inPath const Path& Path to be serialized
inFilename const File& Name of the target file