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 );
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.
DNLFile Class | Okapi.Library.Filter Namespace