Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PedanticProgrammer

    FindFirst/FindNext/FindClose dilemma

    I am using FindFirst/Next?Close to examine the contents of a folder. The code looks like this: LocalPath += AnsiString("C:\\Progrram Files\\InDesign\\Plugins\\*.*"); Result = FindFirst(LocalPath, Attributes, TheFile); ... Result = FindNext(TheFile); ...

Part and Inventory Search

Back
Top