hello there
im trying to use the object that give information about the files that there is in my drives,it shows all the files in the chosen drive but at the time to chose one of the file the computer is thinking and dont do nothing.
in the past i could have enterd but now its not working ( i have insteled alot of programs )
just to add if i wait alot of time i get a message from the explorer that too meny people is trying to acaess
maybe sombody have an idea what to do ?
thanks ahead
for each fileObj in FolderObj.Files
p_file = fileObj.Name
p_full_path = Server.URLEncode(p_folder & "\" & p_file)
%> <A HREF="importfile.asp?p_full_path=<%=p_full_path%>">
<%=FileObj.Name%>
</A><BR>
<% next
Edited by kobubu