Re: [sleuthkit-developers] retrieving full directory/path name from FS_DENT
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2007-02-04 18:59:06
|
Do you have the latest version? The long name should be given in 'path', but I think that behavior started only in the last few versions. That is of course, unless the long name does not exist for some reason (which could happen with deleted directories -- if the directory entries for the long name have been overwritten). brian On Jan 23, 2007, at 4:17 PM, dave kennedy wrote: > hi.. > I am using dent_walk to gain a list of files on an image, along > with their information. I was grabbing the path of a particular > file by accessing fs_dent's 'path' variable- listed in fs_tools.h > as the 'prefix to name when recursing'. It was working great.. > > Until I noticed that when looking at a FAT32 image (running on > linux) that particular variable seems to be only represented by the > directory's short name. Is there any easy way to get the full name > of a file's parent directory, or will my solution in essence have > to renavigate through all the filenames again until I locate a > directory with a matching shortname? > > Thanks much.. > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > sleuthkit-developers mailing list > sle...@li... > https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers |