This FileDateTime function returns the last modified date and time of a file.
This is different from how LoadSymbol loads data from test start date, not earliest instrument date.
Syntax: |
---|
FileDateTime( fullFilePathPath ) |
Parameter: |
Description: |
---|---|
fullFilePathPath |
The full drive path and file name of the file is used to file the file. |
Example: |
---|
' Assign the Drive, Path and Full-File name. fullFilePathPath = "C:\Data\Stocks\AAPL.CSV"
FileDateTime( fullFilePathPath ) |
Returns: |
---|
3/13/2020 5:38 PM |
Links: |
---|
See Also: |
Edit Time: 9/20/2020 11:11:07 AM |
Topic ID#: 664 |