Triggering a file synchronization after an action


I've got an action which creates one or more files inside the project directory (Ant build files, based on the information in the Aurora module structure). It works fine, except that the files don't show up in the project view until after resynchronizing. How do I go about triggering a synchronization automatically. Thanks.

--Dave Griffith

0
2 comments
Avatar
Permanently deleted user

I believe VirtualFile.refresh on the directory where you created the files should do the trick

Jacques

0
Avatar
Permanently deleted user

Thanks! Worked like a charm,

0

Please sign in to leave a comment.