To copy file in two different locations
Hi All!,
I have a project that required to copy the same file in two different locations :|
Ej:
original file: directory/src
destination: directory/target
I want the same file updated at the same time in both locations. It is possible to do that?.
Thanks in advance!,
Lester
Please sign in to leave a comment.
Hi there,
So ... you need two (2) copies in total: one in original location and second in different location?
If so:
Obviosuly, this will apply to ALL files in project (unless manually excluded).
Alternative solution is to use standard functionality your file system -- symbolic links.
Thanks Andriy for your quick answer
Yes, your assumption was right, that was that I want.
I configured and works, but there is a way to syncronize automatially after save a file?
Thanks,
Lester
Sorry I found it
Settings->Deployment -> Options
Works great!