Fragezeichen im Dateipfad, Datei lässt sich nicht öffnen

Bastel Jo

Cadet 3rd Year
Registriert
Okt. 2009
Beiträge
60
GELÖST

Hallo zusammen,

mir ist heute beim Download einer Datei wieder passiert, dass sich diese weder öffnen oder noch verschieben lässt. Ich bin ratlos woran das liegen könnte, nur eine Sache ist mir bei den Eigenschaften aufgefallen. Der Ort/Dateipfad beginnt mit einem Fragezeichen "\\?\F:\..." (siehe Screenshot). Das hatte ich schon einige Male auch auf anderen Festplatten. Weiß jemand was es bedeutet und wie ich es beheben kann?

Falls weitere Informationen benötigt werden, teile ich diese natürlich gerne.

Das System ist Windows 10 (Vers. 21H2) und die betroffene Festplatten sind Bauart HDD, falls es relevant ist.

Vielen Dank im Voraus.
 

Anhänge

  • Dateipfad Fehler.png
    Dateipfad Fehler.png
    5,7 KB · Aufrufe: 227
Zuletzt bearbeitet: (Problem gelöst)
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#win32-file-namespaces

For file I/O, the "\\?\" prefix to a path string tells the Windows APIs to disable all string parsing and to send the string that follows it straight to the file system. For example, if the file system supports large paths and file names, you can exceed the MAX_PATH limits that are otherwise enforced by the Windows APIs. For more information about the normal maximum path limitation, see the previous section Maximum Path Length Limitation.

Because it turns off automatic expansion of the path string, the "\\?\" prefix also allows the use of ".." and "." in the path names, which can be useful if you are attempting to perform operations on a file with these otherwise reserved relative path specifiers as part of the fully qualified path.

Ich gehe mal davon aus, dass dein Dateiname Zeichen enthält, mit der die Windows-API nicht klarkommt, oder der Dateipfad zu lang ist.

Probier mal die Datei über die Kommandozeile oder Powershell umzubenennen.
 
  • Gefällt mir
Reaktionen: Murray B. und Bastel Jo
Vielen Dank!

Der Dateipfad war tatsächlich zu lange, weil es noch in 3 Zwischenordnern lag. Habe die Ordner- und Dateinamen so lange gekürzt bis das Fragezeichen weg war und viola, die Datei lässt sich öffnen und verschieben.
 
  • Gefällt mir
Reaktionen: Physikbuddha
Zurück
Oben