Fanx.Fcode.FStore.close C# (CSharp) Method

close() public method

Close this FStore, which should release all file locks on the pod file. This method exists for testing purposes, and should not otherwise be used.
public close ( ) : void
return void
        public void close()
        {
            zipFile.Close();
        }