Files
nushell/crates/nu-command/src/filesystem
Chen1Plus ac12b02437 fix wrong error msg of save command on windows (#14699)
fixes #14664 

# Description

Now,

```nu
"aaa" | save -f ..
```

returns correct error message on windows.

Note that the fix introduces a TOCTOU problem, which only effects the
error message. It won't break any workload.

# User-Facing Changes

The fix won't break any workload.

# Tests + Formatting

I have run tests **only on windows**.

# After Submitting

The fix doesn't need to change documentation.
2025-01-07 07:36:42 +08:00
..
2024-12-25 21:40:02 +08:00
2024-12-03 15:21:09 -06:00
2025-01-02 06:26:46 -06:00
2025-01-02 06:26:46 -06:00