Jump to content

Recommended Posts

Posted

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

Posted

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..?

Posted

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.

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
×
×
  • Create New...