How can I convert the result of System >> "Get File Creation Time" to
text. It generates data Type: Object; Shape: Scalar
Example data output: System.DateTime (6/28/2005 8:19:55 AM)
Basically I need to get all of the file create dates for a directory as
an array of text.
Thanks!
-Chule
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
text. It generates data Type: Object; Shape: Scalar
Example data output: System.DateTime (6/28/2005 8:19:55 AM)
Basically I need to get all of the file create dates for a directory as
an array of text.
Thanks!
-Chule
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
System.IO.File.GetCreationTime(path).ToString();
Ken
-----Original Message-----
From: Chule Walker [mailto:CWalker@rfmd.com]
Sent: Friday, July 15, 2005 11:09 AM
To: VRF
Subject: [vrf] Convert Object to Text
How can I convert the result of System >> "Get File Creation Time" to
text. It generates data Type: Object; Shape: Scalar
Example data output: System.DateTime (6/28/2005 8:19:55 AM)
Basically I need to get all of the file create dates for a directory as
an array of text.
Thanks!
-Chule
---
You are currently subscribed to vrf as: ken_colasuonno@agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".