Mi código es:Out-File force, directorios intermedios no se crean
$path = "c:\no-such-dir\00.txt"
"foo" | Out-File -force -filePath $path
El error:
Out-File : Could not find a part of the path 'C:\no-such-dir\00.txt'
ayuda a cabo en archivos Full
For example, Force will override the read-only attribute or create directories to complete a file path, but it will not attempt to change file permissions.
Por lo tanto, parece que debería crear 'no-such-dir', pero no es así. ¿Lo que pasa?
¿Estás seguro de que funciona para usted? Estoy usando PowerShell v2, y no funciona. – alex2k8
Lo probé. pero cometí el error de olvidar eliminar el directorio intermedio, lo siento. – zdan
Nuevo artículo funciona perfecto, ¡gracias! – alex2k8