Changeset 555 for trunk/dll/ipf/notebook.ipf
- Timestamp:
- Mar 4, 2007, 6:01:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/notebook.ipf
r549 r555 6 6 .* 7 7 .* Copyright (c) 1993-98 M. Kimes 8 .* Copyright (c) 2006 Steven H.Levine8 .* Copyright (c) 2006-07 Steven H.Levine 9 9 .* 10 10 .* 30 Dec 06 GKY Corrected statement re copy/move "toggle" in OS/2 11 .* 03 Mar 07 GKY Update that file systems other than HPFS support long names 11 12 .* 12 13 .*********************************************************************** … … 172 173 You can also tell FM/2 to always display directories ahead of or behind 173 174 files. Note that :hp1.Last access date:ehp1. and :hp1.Creation 174 date:ehp1. are only meaningful for HPFS file systems; FAT file systems 175 do not track this information. The difference between 175 date:ehp1. are not tracked on FAT file systems. The difference between 176 176 :hp1.Pathname:ehp1. and :hp1.Filename:ehp1. is only apparent in the 177 177 Collector. With the former, the entire pathname of the object is used … … 233 233 You can also tell FM/2 to always display directories ahead of or behind 234 234 files. Note that :hp1.Last access date:ehp1. and :hp1.Creation 235 date:ehp1. are only meaningful for HPFS file systems; FAT file systems 236 do not track this information. The difference between 235 date:ehp1. are not tracked on FAT file systems. The difference between 237 236 :hp1.Pathname:ehp1. and :hp1.Filename:ehp1. is only apparent in the 238 237 Collector. With the former, the entire pathname of the object is used … … 654 653 :p. 655 654 If :hp6.Load Longnames:ehp6. is checked, FM/2 loads the .LONGNAME 656 extended attribute for non-HPFS drives. This attribute usually contains 655 extended attribute for drives that don't have native support for long file names 656 (ie FAT). This attribute usually contains 657 657 a long name for objects that should be restored if the object is moved 658 to an HPFS drive. As for Subject, Longnames are only shown in the658 to an HPFS/JFS drive. As for Subject, Longnames are only shown in the 659 659 Details view. You can turn this off to marginally increase scanning 660 660 speed. You can also adjust this on a drive-by-drive basis from the
Note:
See TracChangeset
for help on using the changeset viewer.