rclone/cmd/tree
Nick Craig-Wood fb4600f6f9 tree: fix display of files with illegal Windows file system names
Before this change, files with illegal Windows names (eg those
containing \) would not be displayed properly in tree.

This change adds the local encoding to the Windows file names so \
will be displayed as its wide unicode equivalent.

See: https://forum.rclone.org/t/error-with-build-v1-61-1-tree-command-panic-runtime-error-invalid-memory-address-or-nil-pointer-dereference/35922/
2023-03-07 15:30:11 +00:00
..
testfiles Implement tree command - fixes #1528 2017-07-26 23:06:48 +01:00
tree.go tree: fix display of files with illegal Windows file system names 2023-03-07 15:30:11 +00:00
tree_test.go fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00