Displaying 1 result from an estimated 1 matches for "f_name_dst".
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...this assertion, but I haven't decided exactly
what to do about it yet.)
So then the only trick is to get send_file_entry to use
the DESTINATION filename isntead of the local filename
when sending the flist to the other side. This is done
by replacing the call to f_name in send_file_entry with
f_name_dst, which duplicates f_name except for the above
change. It's ugly, but it works for now.
NOTE: this is currently a ONE-WAY, SEND-ONLY operation.
Files will have to be manually reassembled if restoration
is required. It would be easy to add automatic reassembly,
but it's not in here yet. A...