How to resolve the algorithm File modification time step by step in the HicEst programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm File modification time step by step in the HicEst programming language

Table of Contents

Problem Statement

Get and set the modification time of a file.

Let's start with the solution:

Step by Step solution about How to resolve the algorithm File modification time step by step in the HicEst programming language

Source code in the hicest programming language

CHARACTER timestamp*18

timestamp = ' ' ! blank timestamp will read:
SYSTEM(FIle="File_modification_time.hic", FileTime=timestamp) ! 20100320141940.525

timestamp = '19991231235950' ! set timestamp to Millenium - 10 seconds
SYSTEM(FIle="File_modification_time.hic", FileTime=timestamp)

  

You may also check:How to resolve the algorithm Semordnilap step by step in the Transd programming language
You may also check:How to resolve the algorithm Search a list step by step in the Yorick programming language
You may also check:How to resolve the algorithm Text processing/1 step by step in the D programming language
You may also check:How to resolve the algorithm Sorting algorithms/Pancake sort step by step in the C programming language
You may also check:How to resolve the algorithm Order two numerical lists step by step in the Picat programming language