of_AssemblePath


pfcapsrv.pbl   >   pfc_n_cst_filesrv   >   of_AssemblePath   

Full name pfc_n_cst_filesrv.of_AssemblePath
Access public
Extend of string
Return value string
Prototype public function string of_AssemblePath(string,string,string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_AssemblePath (string as_Drive, string as_DirPath, string as_FileName);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_AssemblePath
//	Arguments:		as_Drive					The disk drive from the path.
//						as_DirPath				The directory path.
//						as_FileName				The name of the file.
//	Returns:			String - The fully-qualified directory path.
//	Description:	Assemble a fully-qualified directory path from its component parts.
//						This function overrides the real of_AssemblePath to allow the file
//						extension to be optional.
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
Return of_AssemblePath(as_Drive, as_DirPath, as_FileName, "")
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_filesrv.of_assemblepath pfc_n_cst_filesrv

     
Full name
No Data

     
Name Scope
No Data