Function ProFileCopyFromWS
Description
Copies a file from a Windchill workspace to a disk location.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUtil.h>
ProFileCopyFromWS
(
ProPath source_file
/* (In)
The path to the file, provided by functions such as ProFileMdlnameOpen() and ProFileMdlfiletypeOpen(). This must begin with wtws://.
*/
ProPath target_directory
/* (In)
The location on the local disk indicating where to copy the file.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The input file was not found or improper.
The output location was not found.
No permission to read the input file, or to write to the target directory.
User Guide References
Est-ce que cela a été utile ?