CFileFind has FindFile() and FindNextFile() and GetFileName()
member functions. I would like to do
CFileFind finder;
finder.FindFile("*.h");
// NEXT GetFileName can not be used since it can be ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10033063.htm...
Zones:
Windows MFCDate Answered: 12/16/1997 Grade: B Views: 0
Does Oracle support a wildcard operator?
I'd like to issue the command:
TRUNCATE TABLE TEST_PRE_*
and have Oracle truncate all tables that begin with TEST_PRE_
When I try to execute this statem...
http://www.experts-exchange.com/Database/Oracle/Q_10089188.html
Zones:
OracleDate Answered: 10/15/1998 Grade: B Views: 12
I have a program that will allow the user to retrieve occurrences of words in a large body of text that has been separated into sentences using the full stop as a delimiter.
The user willl enter a ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10161699.html
Zones:
PerlDate Answered: 05/18/1999 Grade: A Views: 0
I have a form "Main Menu" that contains an unbound combo box "SchoolCombo". In this box I want to be able to select ONE value from a table or ALL values from the same table and use this to run a re...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20123332.html
Zones:
MS AccessDate Answered: 05/24/2001 Grade: A Views: 0
I'm running JDK 1.3 under Unix environment. If I want to delete all .pdf files in a directory, I can do so on the command line by just typing "rm *.pdf". But I'm having problems doing this throug...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20273141.html
Zones:
JavaDate Answered: 03/04/2002 Grade: A Views: 0
Hello,
I'm making an application in which I have to search for customer names. It works totally, but now I want it to search for all customers sirnames beginning with, lets say, a "G". I heard ...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20463939.html
Zones:
PowerBuilderDate Answered: 01/21/2003 Grade: A Views: 0
Hello! I need to delete a list of directories (list is determined by a wildcard search). e.g. delete all directories called "Test*" in "C:\MyProject"
I'd like to use:
rmdir /s /q C:\MyProjec...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_20522540.html
Zones:
MS DOSDate Answered: 02/20/2003 Grade: A Views: 0
I'm using the following code to remove some files before I write out the new files.
But, I'd like to simply remove all of the .csv files in the directory instead of checking each one individuall...
http://www.experts-exchange.com/Programming/Languages/C/Q_20559130.html
Zones:
CDate Answered: 03/28/2003 Grade: B Views: 0
I have built a collection on a database query result set. Now I use CFSearch to search the collection. Works great except for the fact that I want a wildcard placed after each word.
For exampl...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20587390...
I have some code that takes pdf files out of one directory, puts them into another and prints them. When it's done printing them, it moves them to a final location and sends and email notifying the...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20595372.html
Zones:
Visual BasicDate Answered: 04/24/2003 Grade: A Views: 0