Filewatcher |
| |
|
|
|
New Poster Posts: 6 Topics: 3
|
|
|
February 26, 2010, 01:19:29 PM
|
|
Hi, can you advice me some literature about creating of filewatcher? Thanks
|
|
| |
|
|
|
New Poster Posts: 6 Topics: 3
|
|
|
March 04, 2010, 12:53:33 PM
|
|
I have yet something good. But I don t know what mean this: watcher->Path. Do this symbol -> mean, that there is created a new object in this class??? Thank you for advices.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
March 14, 2010, 03:31:50 PM
|
|
In C, a->b is shorthand for (*a).b ie it is useful for a struct which is a pointer
|
|
| |
|
|
|
New Poster Posts: 6 Topics: 3
|
|
|
March 17, 2010, 05:31:33 AM
|
|
And can you advice me, how can I load dat from keyboard? Because I found, that when I use a command: array<String^ >^args = System::Environment::GetCommandLineArgs(); it returns me an adress of filewatcher. exe, but I want to write how directory have to be watched. Tahnks
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
March 17, 2010, 12:29:38 PM
|
|
Only know C, not C++ but would hazard a guess dilename is in position 0 of array and cmd line args from 1 onwards
|
|
| |