Uranus Posted September 26, 2008 Posted September 26, 2008 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
Uranus Posted September 26, 2008 Author Posted September 26, 2008 HiI 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..ThanksNo one..?
dbzfanatic Posted September 26, 2008 Posted September 26, 2008 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. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now