Back to FabImage Library website

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

SavePath


Header: FIL.h
Namespace: fil
Module: FoundationLite

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
Input value inPath const Path& Path to be serialized
Input value inFilename const File& Name of the target file