Help for this page

Select Code to Download


  1. or download this
    Z:\HF ACCESS\IT\dev>perl testdel.pl
    \\fileprint-01\Company\HFACCE~1\IT\dev\test\test.txt
    couldn't delete \\fileprint-01\Company\HFACCE~1\IT\dev\test\test.txt: 
    +Permission denied at testdel.pl line 12.
    
  2. or download this
    Z:\HF ACCESS\IT\dev>dir  \\fileprint-01\Company\HFACCE~1\IT\dev\test\t
    +est.txt
     Volume in drive \\fileprint-01\Company is Data
    ...
    Z:\HF ACCESS\IT\dev>del  \\fileprint-01\Company\HFACCE~1\IT\dev\test\t
    +est.txt
    \\fileprint-01\Company\HFACCE~1\IT\dev\test\test.txt
    Access is denied.
    
  3. or download this
    Z:\HF ACCESS\IT\dev>del "\\fileprint-01\data\company\hf access\it\dev\
    +test\test.txt"
    
  4. or download this
    Z:\HF ACCESS\IT\dev>dir  \\fileprint-01\Company\HFACCE~1\IT\dev\test\t
    +est.tst.txt
     Volume in drive \\fileprint-01\Company is Data
    ...
    Z:\HF ACCESS\IT\dev>del   \\fileprint-01\Company\HFACCE~1\IT\dev\test\
    +test.tst.txt
    \\fileprint-01\Company\HFACCE~1\IT\dev\test\test.tst.txt
    Access is denied.
    
  5. or download this
    Z:\HF ACCESS\IT\dev>perl testdel.pl
    "\\fileprint-01\Company\HF ACCESS\IT\dev\test\test.tst.txt"
    ...
    Z:\HF ACCESS\IT\dev>perl testdel.pl
    \\fileprint-01\Company\HF ACCESS\IT\dev\test\test.tst.txt
    couldn't delete \\fileprint-01\Company\HF ACCESS\IT\dev\test\test.tst.
    +txt: Permission denied at testdel.pl line 12.