Skip to content

Long file names #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hengxti opened this issue Feb 23, 2016 · 0 comments
Open

Long file names #27

hengxti opened this issue Feb 23, 2016 · 0 comments

Comments

@hengxti
Copy link

hengxti commented Feb 23, 2016

fsroot.addFile can not add a file with a long file name. I think it should be.

    File file = new File("C:\\fat32test.img");
    FileDisk filedisk = new FileDisk(file, false);
    FileSystem fs = FileSystemFactory.create(filedisk, false);
    FsDirectory fsroot = fs.getRoot();
    fsroot.addFile("LOOOOOOONGFileName.txt");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant