‎2010 Feb 09 5:02 PM
Dear All
We need to trigger STARTRFC every time a file is saved on application server.
Is it possible? If yes...How?
Kind Regards
Ashish
‎2010 Feb 15 3:00 PM
Hi,
The solution depends on the platform you are using .
In windows platform you can code a console program using FileSystemWatcher class.
http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
Regards,
Simo
‎2010 Feb 15 3:00 PM
Hi,
The solution depends on the platform you are using .
In windows platform you can code a console program using FileSystemWatcher class.
http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
Regards,
Simo