GithubHelp home page GithubHelp logo

Comments (3)

wepl avatar wepl commented on July 18, 2024

I see this is partial doable with the pack command. But it only works if a directory does not yet exists. Otherwise it fails, e.g.:
'pack boot.dbg' FSError: Name already exists(10):node=ADFSVolDir:''(@960),file_name=c
So it would also help if pack would not complain about existing directories.

from amitools.

cnvogelg avatar cnvogelg commented on July 18, 2024

Hi,

I see your point. I have added a solution in 2268b1e that should do the trick:
In read and write commands you can add the new add option:
If the target is a directory then the source directory will not be created but the target dir is used directly...

For a source file tree

c1/
  foo
c2/
  bar

with the command

write c1 c + write c2 c add

you get now on the image:

 c/
  foo
  bar

Does this help for you?

from amitools.

wepl avatar wepl commented on July 18, 2024

Thanks a lot.
This is working fine now.

from amitools.

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.