I have these functions in my application.
FileInfo.CopyTo
DirectoryInfo.C reate
File.Copy
Directory.Creat e
Do these methods generate a exception when the DISK is full were they are
trying to create a directory or copy a file? If so what is the exception?
VJ
FileInfo.CopyTo
DirectoryInfo.C reate
File.Copy
Directory.Creat e
Do these methods generate a exception when the DISK is full were they are
trying to create a directory or copy a file? If so what is the exception?
VJ
Comment