<< Click to Display Table of Contents >>

SaveToFile

오즈 바이너리 객체에 저장된 데이터를 파일로 저장합니다.

Prototype

void SaveToFile(string FileName)

Parameters

FileName

파일 이름

Example

var binary = OZCreator.getBuiltInObject("OZBinary");

//var binary = OZCreator.getBuiltInObject(OZBuiltInObject.BINARY);

binary.SaveToFile("C:/sample.odi");