hi
on vista, I'm Trying to copy the document folder

My.Computer.FileSystem.CopyDirectory("C:\Users\yosi_lb\Documents", "D:\Documents")

the problem is that there are some folders inside the document folder like "My Music", "My Pictures", "My videos" that raise up exceptions. the error message is "Access to the path 'C:\Users\yosi_lb\Documents\My Music' is denied."

how can I bypass those folders ?

thanks