Advertisement

1 - 10 of 553 containing alltags:("wildcard") (0 seconds)
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 ...
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...
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 ...
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...
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...
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 ...
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...
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...
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...
Zones: ColdFusion Application ServerDate Answered: 04/16/2003 Grade: C Views: 4
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...
Zones: Visual BasicDate Answered: 04/24/2003 Grade: A Views: 0