[BLACKBOX] Summertime, wintertime, NTFS and FAT

From: Zinn, Helmut <"Zinn,>
Date: Tue, 8 Nov 2011 14:43:25 +0100

Dear BlackBox users,

I always get some trouble after the system time changes between summertime and wintertime and vice versa.

I need two PROCEDUREs to solve my problems:

1.
PROCEDURE IsSummertime() : BOOLEAN;
BEGIN
        RETURN (* TRUE if system time is summertime -- FALSE if system time is wintertime *)
END IsSummertime;

2.
PROCEDURE IsNtfs(IN drive: ARRAY OF CHAR) : BOOLEAN;
BEGIN
        RETURN (* TRUE if the file system is NTFS -- FALSE if the file system is FAT *)
END IsNtfs;

Has someone a solution for those procedures?

Thank you very much.

Regards
Helmut Zinn
 
 

---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Received on Tue Nov 08 2011 - 14:43:25 UTC

This archive was generated by hypermail 2.3.0 : Thu Sep 26 2013 - 06:30:10 UTC