Jump to content

Recommended Posts

Hi guys, i'm trying to pack my source files throughย FoxFSArchiver but i have some problems.
This is my folder structure:
.png
When i click make_xml.bat it creates successfully the .xml but some files are missing from this .xml.
Any ideas why this is happening?
My make_xml.py:

import os
import subprocess

xml_files = []

for file in os.listdir("make_xml"):
    if file.endswith(".xml"):
        xml_files.append(os.path.join("make_xml", file))

exe_path = os.path.join("bin", "FoxFSArchiver.exe")

print("[DEBUG] Found XML files:")
for f in xml_files:
    print(" -", f)

cmd = [exe_path] + xml_files

print("\n[DEBUG] Running:")
print(" ".join(cmd))

result = subprocess.run(cmd, shell=False)

print("\n[DEBUG] Return code:", result.returncode)

print("XML Files were processed")


ย 

โ€œ๐“๐“ต๐“ต ๐”€๐“ฎ ๐“ฑ๐“ช๐“ฟ๐“ฎ ๐“ฝ๐“ธ ๐“ญ๐“ฎ๐“ฌ๐“ฒ๐“ญ๐“ฎ ๐“ฒ๐“ผ ๐”€๐“ฑ๐“ช๐“ฝ ๐“ฝ๐“ธ ๐“ญ๐“ธ ๐”€๐“ฒ๐“ฝ๐“ฑ ๐“ฝ๐“ฑ๐“ฎ ๐“ฝ๐“ฒ๐“ถ๐“ฎ ๐“ฝ๐“ฑ๐“ช๐“ฝ ๐“ฒ๐“ผ ๐“ฐ๐“ฒ๐“ฟ๐“ฎ๐“ท ๐“พ๐“ผ.โ€ ~ ๐“–๐“ช๐“ท๐“ญ๐“ช๐“ต๐“ฏ ๐“ฝ๐“ฑ๐“ฎ ๐“–๐“ป๐“ฎ๐”‚

Link to comment
https://metin2.dev/topic/34474-foxfsarchiver-pack-problem/
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
ร—
ร—
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.