Help for this page

Select Code to Download


  1. or download this
    #Each row of the list is returned in the following format.
    #<directory>, <filename>, <size>, <attribute>, <date>, <time>
    ...
            push @fileTimesArray, { file => $name, epoch => $epochTime, si
    +ze => $size }; 
        }
    }
    
  2. or download this
        @info = stat($path->{file});
        my $createdtime = $info[10];
    ...
        print "and unpacked: " . @unpacked . "\n";
        my $setdate = getHttp($cardip, "upload.cgi?FTIME=0x" . $createdtim
    +eFat);
        print "result of setdate operation: $setdate\n";
    
  3. or download this
    
    sub getHttp() {
    ...
        
        return $status
    }