02-17-2011, 11:00 AM 
		
	
	
		Uh, what you could do is...
dim a string, and add the location you were searching for, for example...
Hopefully you understand this.
	
	
	
	
	
dim a string, and add the location you were searching for, for example...
Code:
dim filepath as string = "C:/WINDOWS"
'then, when you find the file, do.
filepath + item
 
 

 
