Beispiel #1
0
        /// <summary>
        /// Création du fichier xml des commandes envoyées
        /// </summary>
        /// <returns></returns>
        internal static string CreateShippedCommands()
        {
            string filename = Program.Commands.source + "update_orders.txt";

            return(XmlFileManager.TXTToXML(filename, Program.Commands.ApiKeyMaj, Program.Commands.archive, FileUtilities.moveFileToFolder));
        }