Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

STARTRFC setup

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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