FTime Function |
|
Namespace: XSharp.Core
1// Find the first file matching *.txt 2? FFirst("*.txt", FC_NORMAL) // TRUE 3? FTime() // 13:18:26 4// Get the next file matching *.txt 5? FNext() // TRUE 6? FTime() // 17:53:06