How is ffv Doing?
' use the backend to save the -extract.dat to the fastfile and compress it
If (File.ReadAllBytes(fileInfo.FileName).Length < 2097152) Then
Dim backEnd As Process = System.Diagnostics.Process.Start(Directory.GetCurrentDirectory() + "\FFbackend.exe", "-s "" " + fileInfo.FileName + " "" "" " + currentOpenFFextracted + " "" " + fileInfo.DataOffset.ToString() + " false " + fileInfo.Version.ToString() + " " + fileInfo.BigEndian.ToString())
' use the backend to save the -extract.dat to the fastfile and compress it
If (File.ReadAllBytes(fileInfo.FileName).Length < 2097152) Then
Dim backEnd As Process = System.Diagnostics.Process.Start(Directory.GetCurrentDirectory() + "\FFbackend.exe", "-s "" " + fileInfo.FileName + " "" "" " + currentOpenFFextracted + " "" " + fileInfo.DataOffset.ToString() + " false " + fileInfo.Version.ToString() + " " + fileInfo.BigEndian.ToString())
Copyright © 2026, NextGenUpdate.
All Rights Reserved.