Mal anders gefragt:
In welchen Situationen kann es dazu kommen, dass GetFileAttributes(PChar(Directory)) = INVALID_FILE_ATTRIBUTES
und es trotzdem um ein existierendes Verzeichnis handelt?
Ich hätte jetzt mal pauschal vermutet: keine.
Nicht ganz:
Zitat:
If you call GetFileAttributes for a network share, the function fails, and GetLastError returns ERROR_BAD_NETPATH. You must specify a path to a subfolder on that share.