Fanx.Fcode.FStore.close C# (CSharp) Méthode

close() public méthode

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
Résultat void
        public void close()
        {
            zipFile.Close();
        }