I am using the Dir$ command to populate a table with filenames. I can get it to work with a simple file address location using C:\Temp\*.* , however I don't know how to use the http:// address. I have tried
MyFile = Dir$("AND
MyFile = Dir$(" and other formats, but none work.
Does anyone know how the syntax should be for this?
MyFile = Dir$("AND
MyFile = Dir$(" and other formats, but none work.
Does anyone know how the syntax should be for this?