Jump to content

Check for in a file web borwser


Uranus
 Share

Recommended Posts

Hi

I want to check for a file for its existance in list.The list appears in browser,the reason to see it browser is its a network location.

How do I check for the file in browser

$list = _FileListToArray($path) //This does not seem to work..?

Any ideas..

Thanks

Link to comment
Share on other sites

Hi

I want to check for a file for its existance in list.The list appears in browser,the reason to see it browser is its a network location.

How do I check for the file in browser

$list = _FileListToArray($path) //This does not seem to work..?

Any ideas..

Thanks

No one..?

Link to comment
Share on other sites

Please don't bump within 24 hours of your previous post, it's rude. You can't use _FileListToArray() because it only works on local paths or mapped drives (I think it works with mapped drives). You need to do something like _IEBodyReadText() and use StringInStr() to check for your filename.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...