Hi DM,
If one wanted to move a file from one Filebase to another, I don't see a specific function in the JS object model documentation for doing so. Would this be the correct way?
1. Get the file's metadata object using FileBase.get(filename, FileBase.DETAIL.EXTENDED)
2. Remove the file from the FileBase using FileBase.remove(filename, false)
3. Move the file to the other filebase directory, open that filebase, and use FileBase.Add(meta-data object)
I'm wondering if this will preserve stats such as the total number of downloads for the file, etc.
If one wanted to move a file from one Filebase to another, I don't see
a specific function in the JS object model documentation for doing so.
Would this be the correct way?
1. Get the file's metadata object using FileBase.get(filename,
FileBase.DETAIL.EXTENDED)
2. Remove the file from the FileBase using FileBase.remove(filename,
false)
3. Move the file to the other filebase directory, open that filebase,
and use FileBase.Add(meta-data object)
I think that would work, but it would *not* retain the last_downloaded/times_downloaded (and some other stats) property values of the file. :-(
This was an oversight on my part. I can fix that for a future release, but it's too late for v3.19b.
Re: Moving files between Filebases
By: Digital Man to Nightfox on Tue Feb 01 2022 05:11 pm
If one wanted to move a file from one Filebase to another, I don't see
a specific function in the JS object model documentation for doing so.
Would this be the correct way?
1. Get the file's metadata object using FileBase.get(filename,
FileBase.DETAIL.EXTENDED)
2. Remove the file from the FileBase using FileBase.remove(filename,
false)
3. Move the file to the other filebase directory, open that filebase,
and use FileBase.Add(meta-data object)
I think that would work, but it would *not* retain the last_downloaded/times_downloaded (and some other stats) property values of the file. :-(
This was an oversight on my part. I can fix that for a future release, but it's too late for v3.19b.
I think that would be useful to have. As I've been working on my file lister, I've implemented a sysop action to move a file from one FileBase to another and have implemented it as above for now.
1. Get the file's metadata object using FileBase.get(filename,
FileBase.DETAIL.EXTENDED)
2. Remove the file from the FileBase using
FileBase.remove(filename, false)
3. Move the file to the other filebase directory, open that
filebase, and use FileBase.Add(meta-data object)
I think that would be useful to have. As I've been working on my file
lister, I've implemented a sysop action to move a file from one
FileBase to another and have implemented it as above for now.
Does that action work as expected (save for those 3 'stats' properties)?
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 578 |
Nodes: | 8 (0 / 8) |
Uptime: | 28:31:25 |
Calls: | 10,736 |
Calls today: | 1 |
Files: | 5 |
Messages: | 443,180 |
Posted today: | 1 |