SHOW:
|
|
- or go back to the newest paste.
| 1 | private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) | |
| 2 | {
| |
| 3 | WIN32_FIND_DATA File_Data; | |
| 4 | if(FindFirstFile(TEXT("C:\\Uwaga.txt"), &File_Data) == INVALID_HANDLE_VALUE)
| |
| 5 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 5 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 6 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 6 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 7 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...);
|
| 7 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 8 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 8 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 9 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 9 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 10 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 10 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 11 | else | |
| 12 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 12 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 13 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 13 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 14 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 14 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 15 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 15 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 16 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 16 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 17 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 17 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 18 | - | rename("C:\\Documents and Settings...","C:\\Documents and Settings...");
|
| 18 | + | rename("C:\\Documents...","C:\\Documents...");
|
| 19 | } |