VGetSaveFilenameList


 
Name
  VGetSaveFilenameList - returns the list of file names from the Text 
(Tablet) Item.
 
Synopsis
  VGetSaveFilenameList(list)
  char list[][MAX_DEFAULT_CHAR];        /*RETURN*/
 
Description
  VGetSaveFilenameList returns the list of file names from the Text 
(Tablet) Item. The default is "temp".
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
 
Parameters
  list - the list of the file names returned.
 
Side Effects
  None.
 
Entry Conditions
  VDisplayOutputFilePrompt should be called earlier.
 
Related Functions
VEraseOutputFilePrompt, VDisplayOutputFilePrompt, VGetSaveFilename, VGetSwitchValue, VCheckEventsInButtonWindow.