of_getcurrentdirectory


pfcapsrv.pbl   >   pfc_n_cst_filesrvaix   >   of_getcurrentdirectory   

Full name pfc_n_cst_filesrvaix.of_getcurrentdirectory
Access public
Extend of string
Return value string
Prototype public function string of_getcurrentdirectory()

Name Datatype
No Data

Name Datatype
ls_CurrentDir string

public function string of_getcurrentdirectory ();////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_GetCurrentDirectory
//	Arguments:		None
//	Returns:			String			the current working directory
//	Description:	Get the current working directory.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						6.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.
//////////////////////////////////////////////////////////////////////////////
string	ls_CurrentDir

ls_CurrentDir = Space (260)

GetCurrentDirectoryA(260, ls_CurrentDir)

Return ls_CurrentDir
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.space systemfunctions
pfc_n_cst_filesrvaix.GetCurrentDirectoryA pfc_n_cst_filesrvaix

     
Full name
No Data

     
Name Scope
No Data