of_GetLastwriteTime


pfcapsrv.pbl   >   pfc_n_cst_filesrv   >   of_GetLastwriteTime   

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

Name Datatype
No Data

Name Datatype
ld_Date date

public function integer of_GetLastwriteTime (string as_FileName, ref time at_Time);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_GetLastWriteTime
//	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 last modified, passed by reference.
//	Returns:			Integer
//						1 if successful, -1 if an error occurrs.
//	Description:	Get the time a file was last modified.
//////////////////////////////////////////////////////////////////////////////
//	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_GetLastwriteDatetime(as_FileName, ld_Date, at_Time)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_filesrv.of_GetLastwriteDatetime pfc_n_cst_filesrv

     
Full name
No Data

     
Name Scope
No Data