Автор: ODM (24.09.2007 в 12:37)
Неработает функция FileCopy(), подскажите в чем проблемма?
#include "stdafx.h"
#include "stdio.h"
#include <iostream>
#include <string.h>
#include <io.h>
using namespace std;
int main()
{int a;
FileCopy("C:\\1MB", "F:\\1MBM");
}
|