EnScript

Enscript Help Function

Enscript Shortcut Key

  • Run – F5

  • Undo – Ctrl-Z

Entry Class

  • Evidence Name: EvidenceFile()

  • Unique Name: UniqueName()

  • Description: Description()

  • Original Path: OriginalPath()

  • Size: PhysicalSize()

  • Extent Count: ExtentCount()

  • True Path: TruePath()

  • Short Name: ShortName()

  • Name: Name()

  • Extension: Extension()

  • Full Path: FullPath()

  • Path: Path()

  • IsSelected: IsSelected()

  • IsDeleted: IsDeleted()

Case Class

ItemIterator Class

for (ItemIteratorClass iter(c, NOPROXY, CURRENTVIEW_SELECTED); EntryClass e = iter.GetNextEntry();){
    ProcessEntry(c, e, logfile, datestring);
}

Select Entry Items to loop

Last updated