How to create a copy of a file having length more than 260 characters including file name using vb.net
When we are trying to create a copy using File.Copy method it throws exception as follows:
"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
Is it possible, then please help...