[sleuthkit-users] Separate short names from long names
Brought to you by:
carrier
|
From: Jaime C. <jc...@id...> - 2005-05-09 16:43:02
|
Hi all I am using the fs_dent method to get a list of files and I noticed that the name attribute of the FS_DENT structure contains the long name and the short name in parenthesis. For example: HOME/MYDIRE~1/DummyFile.js (DUMMYF~1.JS) Is there a way to avoid the short names being part of the name attribute? Also, is there a way to get the long filenames for the path too? Thanks in advance, Jimmy |