FTAM/9000 Programmer's Guide
Chapter 3 129
HP FTAM/9000 Data Structures
Ft_delete_overwrite
Ft_delete_overwrite
enum Ft_delete_overwrite {
FT_RECREATE_FILE = 0,
FT_DONT_RECREATE_FILE = 1
};
Ft_delete_overwrite specifies whether or not to copy over (ft_fcopy()) or
move over (ft_fmove()) an existing file.
Ft_delete_overwrite Is Input
To These Functions
Ft_delete_overwrite Is Output
From These Functions
ft_fcopy()
ft_fmove()
None
FT_RECREATE_FILE Copy or move the source file over the
existing destination file.
FT_DONT_RECREATE_FILE Do not copy or move the source file
over the existing destination file; the
function fails and you receive an
error.