Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 240 Bytes

quick-start.md

File metadata and controls

14 lines (11 loc) · 240 Bytes

Quick Start

#include <YSI_Server\y_files>

main()
{
	// Move a file to it.
	Files_MoveSync("example.input", "subdir/example.output");
	// Copy it back out again.
	Files_CopySync("subdir/example.output", "example.output");
}