Actions:
|
2012-10-05 06:54 AEST by Glen Starrett - If you do a list you get this:
C:\Documents and Settings\gstarret>setci -l
\Device\HarddiskVolume1\DOCUME~1\gstarret
\Device\HarddiskVolume1\Documents and Settings\gstarret
\Device\HarddiskVolume1\REPOS\TEMP
\Device\HarddiskVolume1\REPOS\myrepo
But if you try to remove an entry by the exact test in the list, you get an error:
C:\Documents and Settings\gstarret>setci -d \Device\HarddiskVolume1\DOCUME~1\gst
arret
Call to driver failed (00000003)
C:\Documents and Settings\gstarret>setci -d C:\DOCUME~1\gstarret
C:\Documents and Settings\gstarret>setci -l
\Device\HarddiskVolume1\Documents and Settings\gstarret
\Device\HarddiskVolume1\REPOS\TEMP
\Device\HarddiskVolume1\REPOS\myrepo
C:\Documents and Settings\gstarret>setci -a \Device\HarddiskVolume1\DOCUME~1\gst
arret
\Device\HarddiskVolume1\DOCUME~1\gstarret is not a directory
To be consistent, either the list output should be change to the format
"C:\...." or the -d and -a options should accept the format
"\Device\HarddiskVolume1\..." in addition to the current "C:\..." format. |