[Standard] How to handle versioned files?
Related to issue #27 : where should versioned files be stored?
Actually, versioned files are the libraries and the server-creating softwares
My proposal is : for every "file type", making a dir
In this dir, make a dir with the version name (to allowed to read the version in FileExplorer.exe)
In this dir, place a single file named libname.X.Y.Z.ext
For example, storing "metaxploit.so v1.0.5" in "/server/stolen/" would place the file in "/server/stolen/metaxploit/1.0.5/metaxploit.1.0.5.so