How to resolve the algorithm File modification time step by step in the OpenEdge/Progress programming language
Published on 12 May 2024 09:40 PM
How to resolve the algorithm File modification time step by step in the OpenEdge/Progress 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 OpenEdge/Progress programming language
Source code in the openedge/progress programming language
FILE-INFO:FILE-NAME = 'c:/temp'.
MESSAGE
STRING( FILE-INFO:FILE-MOD-TIME, 'HH:MM:SS' )
VIEW-AS ALERT-BOX
You may also check:How to resolve the algorithm String matching step by step in the Lua programming language
You may also check:How to resolve the algorithm Execute a system command step by step in the M2000 Interpreter programming language
You may also check:How to resolve the algorithm A+B step by step in the EMal programming language
You may also check:How to resolve the algorithm Pascal's triangle step by step in the Modula-2 programming language
You may also check:How to resolve the algorithm Pythagoras tree step by step in the zkl programming language