hi
how can i download new version 4.7.19 for windows 10?
i don't see update in windows store only has launch previous version
how can i download new version 4.7.19 for windows 10?
Re: how can i download new version 4.7.19 for windows 10?
i do update but not changes in filebot!
how can i findout my version of filebot in windows 10 or microsoft store?
how can i findout my version of filebot in windows 10 or microsoft store?
Re: how can i download new version 4.7.19 for windows 10?
The Windows Store will always give you the latest version. You don't have to worry about the version of FileBot you're running because the Windows Store will always auto-update you to the latest version.
You can try to click "Check for Updates" in the Windows Store if you want to force an update right away. That'll also show you which version of which software you have installed.
If anything is unclear, please post screenshots of your screen, so that I can see what's unclear.
You can try to click "Check for Updates" in the Windows Store if you want to force an update right away. That'll also show you which version of which software you have installed.

Re: how can i download new version 4.7.19 for windows 10?
so why my updated filebot doesn't have duplicate and clone action?!!
https://pasteboard.co/HcARVyP.jpg
https://pasteboard.co/HcARVyP.jpg
Re: how can i download new version 4.7.19 for windows 10?
1.
The command-line option --action duplicate is the same as either --action copy or --action hardlink and it'll use one or the other depending on the situation (i.e. hardlink if possible, copy if necessary).
2.
--action clone refers to creating a copy-on-write clone, also known as reflink. This option is not available on Windows because Windows does not support copy-on-write clones. This option only works on macOS with APFS filesystems and Linux with BTRFS filesystems.
The command-line option --action duplicate is the same as either --action copy or --action hardlink and it'll use one or the other depending on the situation (i.e. hardlink if possible, copy if necessary).
2.
--action clone refers to creating a copy-on-write clone, also known as reflink. This option is not available on Windows because Windows does not support copy-on-write clones. This option only works on macOS with APFS filesystems and Linux with BTRFS filesystems.