This may seem like a stupid question, so here goes:
Other than parsing the string of FileInfo.FullPath for the drive letter to then use DriveInfo(‘c’) etc to see if there is enough space to write this file. Is there a way to get the drive letter from FileInfo?
This will return ‘C:\’. That’s really the only other way.