VGetSaveFilename


 
Name
  VGetSaveFilename - returns the name of the file name used to save a file.
 
Synopsis
  VGetSaveFilename(name)
  char *name;                           /*RETURNS upto 100 characters*/
 
Description
  VGetSaveFilename returns the name of the file name used to save a file in
the Text (Tablet) Item. The default name is "temp".
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
 
Parameters
  name - file name as seen in the Text Item area.
 
Side Effects
  None.
 
Entry Conditions
  VDisplayOutputFilePrompt should be called earlier.
 
Related Functions
VEraseOutputFilePrompt, VDisplayOutputFilePrompt, VGetSaveFilenameList, VGetSwitchValue, VCheckEventsInButtonWindow.