FUNCTION FTime() AS STRING
public static string FTime()
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
Copyright © 2015-2024 XSharp BV, All rights reserved. The VO SDK classes are Copyright © Computer Associates.