![]() Chapter Contents |
![]() Previous |
![]() Next |
| Image Data Model: _writeDirpathMember |
| Restrictions | Not supported on all hosts. |
| Syntax | |
| Example |
Syntax |
| CALL SEND (object-id, '_writeDirpathMember', dirpath, member, 'FORMAT=format<attributes'>); |
| Argument | Type | Description |
|---|---|---|
| dirpath |
C | the path to the directory containing the member |
| member |
C | the name of the file to be written |
| format |
C | the format to use for writing the file. |
| attributes |
C | other attributes specific to the file type. |
| Example |
This example writes an image in TIFF format to file
sign.tif in directory
/usr/images/color:
call send(imgdat_id,'_writeDirpathMember',
'/usr/images/color',
'sign.tif', 'format=tiff');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.