Git Product home page Git Product logo

Comments (11)

920hime avatar 920hime commented on June 5, 2024 1

I got it

from winfile.

schinagl avatar schinagl commented on June 5, 2024
  • Did you apply the registry setting as admin?
  • Did you compile winfile yourself from the most recent source on this repository?

The binaries provided here do not yet contain this functionality, but a release, see #356, is on the way.
In the meantime you can take my binaries.

from winfile.

920hime avatar 920hime commented on June 5, 2024

No, I didn't download the source.
#356 I'll try it now.

from winfile.

920hime avatar 920hime commented on June 5, 2024

Unfortunately the result was the same.

from winfile.

schinagl avatar schinagl commented on June 5, 2024

Unfortunately the result was the same.

Have you tried my binaries ?
Added the registry key as admin?

If it is not working, please report in detail what are trying to do:

  • press Windows G, and select 'record video'
  • reproduce the issue
  • during reproduction please select Help/About so that we have the About Box in the video for a short moment
  • post the screen capture video here

from winfile.

920hime avatar 920hime commented on June 5, 2024

Are you comparing the length of the new name with MAX_PATH(260) in the rename (F2) operation?

from winfile.

schinagl avatar schinagl commented on June 5, 2024

No.

Please provide a description what you are trying to do by following the instructions in my last comment.

from winfile.

920hime avatar 920hime commented on June 5, 2024
  1. I'm trying to create a file with a long name with a rename to check for long path support.
    However, a file exceeding 255char cannot be created in the following format.
    Copy (F8) is similar.
    D:\X<FileName(255char)> (Total: 260char)
  2. It is possible to copy(Ctrl+C & Ctrl+V) this file to a deep directory.

from winfile.

920hime avatar 920hime commented on June 5, 2024

I looked at #356 and looked it up.
"Visual C++ Redistributable" in my environment is
2010(2021-10), 2013(2022-1), 2015(2021-9, install).
Doesn't this matter to you?

from winfile.

schinagl avatar schinagl commented on June 5, 2024

General

NTFS suports path + filename up to 32767 utf-16 characters, but each individual component (subfolder/final-file) has a limit of 255 utf-16 characters

Your Case

Winfile supports path + filename up to 1024 utf-16 characters. You are trying to create a single file with more than 256 characters, which violates the general NTFS limitation above. Winfile and no other tool can overcome this.

A small test to prove that Winfile works with long path up to 1024 utf-16 characters according the NTFS spec can be found here

from winfile.

schinagl avatar schinagl commented on June 5, 2024

@craigwims: please close

from winfile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.