Application Development and Automation 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: 
Read only

STARTRFC setup

Former Member
0 Likes
485

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
Read only

Former Member
0 Likes
398

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
Read only

Former Member
0 Likes
399

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