Admin Production ni-theme
Current Publication

ClearFilePopupDirHistory

LabWindows/CVI

ClearFilePopupDirHistory

int ClearFilePopupDirHistory (void);

Purpose

Clears the entries from one of the following lists depending on the function you use in conjunction with the ClearFilePopupDirHistory function:

  • Previous locations list that appears in the dialog boxes you can display with the FileSelectPopupEx, MultiFileSelectPopupEx, and DirSelectPopupEx functions.
    Note Note  In addition to directories you add programmatically to the Previous locations list using the AddToFilePopupDirHistory function, directories selected by the user in another application's common item dialog might also appear in the Previous locations list. The ClearFilePopupDirHistory function clears only the directories added using the AddToFilePopupDirHistory function.
  • Directory history list that appears in the dialog boxes you can display with the FileSelectPopup, MultiFileSelectPopup, or DirSelectPopup functions.

Parameters

None.

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later