Create a 'getfileinfo()' function
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Create a getfileinfo(sPath) function, which shall return a key-value list like the following:
{"FileName", sName, "FileExtension", sExt, "FileSize", nSize, "CreationTime", tTime, "ModificationTime", tTime} = getfileinfo(sPath)
This function can be implemented as part of the FileSystem class and reference to the standard Windows API.
Added the new function to the automatic SW tests. No deviation detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1214]
Diff: