SaveToFile(FileName: String);
FileName. File name and path.
The SaveToFile method saves a workspace to file.
Executing the example requires an existing ws object of the IWxWorkspace type.
Sub UserProc;
Var
ws: IWxWorkspace;
Begin
ws.SaveToFile("c:\RP.p5w");
End Sub UserProc;
After executing the example the workspace is saved to file.
See also: