Code Monkey home page Code Monkey logo

Comments (2)

JuicyDragon avatar JuicyDragon commented on June 28, 2024

Hello @jerrycrosbytt , to my knowledge there is not. A relative path still is ultimately used as an absolute path when something needs to work with it. Being relative just means that a decision is made before using it as an absolute path what the implied root path is, usually based on context. What that implied root path (if any) would be in the context of processing evidence (and whether it would be consistent) is unclear to me.

My guess would be that relative paths (if they don't have errors) would be relative to the Nuix executable as I would imagine that the Nuix process working directory would be assumed as the root of relative paths. I imagine you want it to be relative to the case though, so this wouldn't be that helpful if it worked anyways.

Spitballing a few ideas with the assumption you are looking to make a case and it's data a bit more portable:

  • Use stored binary in the case when processed. This would likely be the most straightforward approach if it meets your needs.
  • Always place the evidence in a directory like C:\Evidence with a sub directory that clearly associates it with the relevant case. For example if the case is named Matter002A then the evidence for that case could be stored in C:\Evidence\Matter002A. Its not as simple as a single copy operation, but probably keeps it relatively simple still.

from bulk-ingestron.

jerrycrosbytt avatar jerrycrosbytt commented on June 28, 2024

from bulk-ingestron.

Related Issues (2)

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.