Description | |||||||||||||||||
Copies a file from a Windchill workspace to a disk location. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::CopyFileFromWS | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProUtil.h> | |||||||||||||||||
ProError | 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 | |||||||||||||||||
|