Okapi .NET Library

DNLFile.Save Method 

 [This is preliminary documentation and subject to change.]

Saves the current list to a file.

[Visual Basic]
Public Sub Save( _ 
   ByVal p_sPath As String _ 
)
[C#]
public void Save(
   string p_sPath
);
[C++]
public: void Save(
   String* p_sPath
);
[JScript]
public function Save(
   String p_sPath
);

Parameters

p_sPath
Full path of the file to create.

Remarks

A file is created only if the current list is not empty. If a file exists already and the current list is empty, the existing file is deleted.

See Also

DNLFile Class | Okapi.Library.Filter Namespace