FUNCTION FDate() AS DateTime
public static DateTime FDate()
1// Find the first file matching *.txt 2IF FFirst("*.txt", FC_NORMAL) 3 ? FDate() // 08/13/98 4ENDIF 5// Next file matching *.txt 6IF FNext() 7 ? FDate() // 08/21/98 8ENDIF
Copyright © 2015-2024 XSharp BV, All rights reserved. The VO SDK classes are Copyright © Computer Associates.