Tagged Questions
The existence tag has no wiki summary.
4
votes
2answers
256 views
Find all Lucene documents having a certain field
I want to find all documents in the index that have a certain field, regardless of the field's value. If at all possible using the query language, not the API.
Is there a way?
2
votes
2answers
344 views
Best way to test for existence of a variable in Python
I am reading a million plus files to scrape out some data. The files are generally pretty uniform but there are occasional problems where something that I expected to find is not present.
For ...
1
vote
1answer
589 views
Iphone checking subfolder existence, if exist delele subfolder, else and create subfolder
I'm new in Iphone programing, I need code to:
check if a specific target subfolder exist in the document folder ?
if target subfolder exist in document folder, I want to delete target subfolder
if ...
1
vote
4answers
581 views
In Asp.Net, check for existence of aspx page before redirecting to it?
How can I check for the existence of an aspx page before attempting to redirect to it, so I can handle that case in my C# code?
Response.Redict("~/SomePage.aspx")
But I want to make sure that page ...
0
votes
1answer
21 views
Determining if a stored procedure exists anywhere?
This is an Oracle question.
I need to write a pl/sql function that is given a name and determines if that corresponds to any stored procedure anywhere that is callable. That is, the name could be any ...
0
votes
0answers
34 views
XSL check if image exists
I have rather unique problem.
I need to write an XSL and display the image from the local folder if it exists. If the image does not exists - i have to look for that image in another - predefined ...
0
votes
1answer
40 views
How to validate a Facebook application existence?
I'm currently building a Facebook integration program, and I wanted to know if it is possible to verify the existence of Facebook application by either with or without the Facebook API.
0
votes
1answer
105 views
Is there a wide character version of stat() (from sys/stat.h)?
I have been using stat() for checking the existence of a file, which I understand is better practice than trying to open a file.
However, stat() doesn't work for filenames containing unicode ...
0
votes
3answers
846 views
How can I check existence of a file with JavaScript?
How can I check an existence of a file (It is an xml file that I would like to check in this case) with JavaScript?
Thanks,
Burak Ozdogan
-1
votes
3answers
408 views
how check a validated Email Exist Or Not Without Sending test Email by c# codes?
how can we check that a validated Email exist Or Not Without Sending test Email by c# codes?
we can check Validation of that email by many ways...
but what about existence?
is it possible to do that ...