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.