473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

File Exists

Hello,

Can anyone tell me if its possible to check to see if a remote (text) file
exists, I'm currently using

If (fs.FileExists("http://www.example.com/myfile.txt"))=true Then

but this doesn't work

Any ideas?

Thanks in adance

Gram.
Jul 19 '05 #1
4 5182
You are passing a URL, you should pass a file name.

If you don't have a file name, the only way to determine whether it exists
is to make a HTTP request and see if the status code is 404.

Paul

"Gram" <gr******@hotmail.com> wrote in message
news:DU*******************@news.indigo.ie...
Hello,

Can anyone tell me if its possible to check to see if a remote (text) file
exists, I'm currently using

If (fs.FileExists("http://www.example.com/myfile.txt"))=true Then

but this doesn't work

Any ideas?

Thanks in adance

Gram.

Jul 19 '05 #2
I assume that fs is a properly created and instantiated
FSO object. In any case, I don't believe FSO recognizes
HTTP. You would need to access using
the "\\server\filename" syntax and that requires
permissions on the remote server.

There may be a way to do it using one of the TCP/IP
Protocols. I don't know.

HTH,
John

-----Original Message-----
Hello,

Can anyone tell me if its possible to check to see if a remote (text) fileexists, I'm currently using

If (fs.FileExists("http://www.example.com/myfile.txt")) =true Then
but this doesn't work

Any ideas?

Thanks in adance

Gram.
.

Jul 19 '05 #3
> Can anyone tell me if its possible to check to see if a remote (text) file
exists, I'm currently using

If (fs.FileExists("http://www.example.com/myfile.txt"))=true Then

but this doesn't work


Trap for an error using MSXML...
http://www.aspfaq.com/2173
Jul 19 '05 #4
Thanks for your help guys, I sorted it out using XMLHTTP

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:#e**************@TK2MSFTNGP12.phx.gbl...
Can anyone tell me if its possible to check to see if a remote (text) file exists, I'm currently using

If (fs.FileExists("http://www.example.com/myfile.txt"))=true Then

but this doesn't work


Trap for an error using MSXML...
http://www.aspfaq.com/2173

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Geiregat Jonas | last post by:
is using if(open("file",O_EXCL) != -1){ printf("File does exists")}else{printf("file does not exists"); } a good way of checking if a file exists or not, if not how should I do it ?
3
by: StGo | last post by:
How can i read/write file's custom attributs(like subject,author...) in C#??? Thanks :))
18
by: Dan | last post by:
I have code like the following to test for existence of a file. I know the file is there, but File.Exists returns FALSE. The problem appears to be that the file is in a directory beneath "My...
2
by: Zeno Lee | last post by:
I'm using File.Exists to test a file on my C: drive. My program was strongly named and had caspol -af run on it to allow it to run from the network. There are 3 ways I am doing this: 1) Run...
2
by: Chris Fink | last post by:
I am using the System.IO.File class to determine if a file exists on a network share. The File.Exists method keeps returning false, even though the file does exist. The MSDN documentation...
4
by: DEWright_CA | last post by:
I am trying to see if a file exists in a virtual directory, and if so run a method. I try doing File.Exists and the method runs but the file isn't there. Is there a web version of File.Exists or...
52
by: paytam | last post by:
Hi all Can anyone tell me how can I check that a file exist or no.I mean when you use this commands FILE *fp; if(!fp) //Could not open the file doen't show why it can not open it,may be the...
17
by: Peter Duniho | last post by:
I searched using Google, on the web and in the newsgroups, and found nothing on this topic. Hopefully that means I just don't understand what I'm supposed to be doing here. :) The problem: ...
12
by: snow | last post by:
Hi All, I noticed if file path has a white space, for example "C:\my document \test.txt", the function File.Exists(filePath) always return false in release mode. How could I make this function...
7
by: sprash | last post by:
Newbie question: I'm trying to determine if a file physically exists regardless of the permissions on it Using File.Exists() returns false if it physically exists but the process does not...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.