Skip to content

When using BE_FileCopy to move a list of files, the first file creates a folder with the same name as the file and THeN puts the file inside it! Usesd to work before so this is new behavior. #245

@rbparker63

Description

@rbparker63

Using the latest version of both FMP and FMS as well as BE_BaseElements plugin (v5). Server is Windows and clients are Macs using both Sequoia and version before that.

Long story short, script acquires a list of files to move from A to B but when copying the FIRST file, it creates a FOLDER with the exact same name (and extension) as the file I want to move - and THEN puts the same named ACTUAL file inside that. All the rest of the files work just fine

This worked before and has only recently started doing this. I've looked at the file paths being fed to the script and they're all perfect.

For now, I just added a little if/then so that IF it's the first file, AFTER it creates the folder/file-combo I DELETE it and issue the exact same command with the exact same parameters and it works FINE!

Looked both here and on the Claris Community but haven't found anyone with similar issues.

Anyone have any ideas?

Thx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions