of_GetCreationTime


pfcapsrv.pbl   >   pfc_n_cst_filesrv   >   of_GetCreationTime   

Full name pfc_n_cst_filesrv.of_GetCreationTime
Access public
Extend of integer
Return value integer
Prototype public function integer of_GetCreationTime(string,ref time)

Name Datatype
No Data

Name Datatype
ld_Date date

public function integer of_GetCreationTime (string as_FileName, ref time at_Time);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_GetCreationTime
//	Arguments:		as_FileName				The name of the file for which you want its time;
//													an absolute path may be specified or it will be
//													relative to the current working directory
//						ad_Time					The time the file was created, passed by reference.
//	Returns:			Integer
//						1 if successful, -1 if an error occurrs.
//	Description:	Get the time a file was created.  This is only valid for Win32.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						5.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 Sybase, Inc. and its subsidiaries.  All rights reserved.  Any distribution of the 
// PowerBuilder Foundation Classes (PFC) source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//////////////////////////////////////////////////////////////////////////////
date		ld_Date

Return of_GetCreationDatetime(as_FileName, ld_Date, at_Time)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_filesrv.of_GetCreationDatetime pfc_n_cst_filesrv

     
Full name
No Data

     
Name Scope
No Data