Same file, different location

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Django
    Indigo Rose Customer
    • Feb 2000
    • 3

    Same file, different location

    This may be specific to my type of installations but I need to install files to the 'working location' and another copy of the file to a backup location. The file list won't let me add a file with the same name more than once. Perhaps indexing the file list on a something as simple as a file number rather than the filename.

    Django
  • Ted
    Indigo Rose Staff Member
    • Jan 2000
    • 107

    #2
    Re: Same file, different location

    There are two ways to do what you are trying.
    1. You can add a duplicate file name if it comes from a unique directory. In other words, you just can't add the same absolute file twice.

    2. The other option is to install the file once and then use the File Operations command to simply copy that file to a backup directory.

    Ted

    Comment

    Working...
    X