Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects need assistance Please!!! Copying files from server

  • need assistance Please!!! Copying files from server

    Posted by Adam Ghering on May 7, 2010 at 4:11 pm

    I would like to be able to copy something from a location on a server to the local machine, if it exists, Here is what I have

    Myfile = File(“//isilon2/data/MyFile.txt”);
    MyFolder = Folder(“c:\\!work”);
    if(Myfile.exists){
    Myfile.copy(MyFolder);
    }

    If I run this script and replace the server location with another local location it copies fine.

    And I can put in alert notifications in the ‘if’ loop and it will return the appropriate message if script exists or not. But will not copy from the server location to the local machine.

    please help!!!

    Adam Ghering replied 16 years, 2 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy