of_SetFileSystem


pfcapsrv.pbl   >   pfc_n_cst_filesrv   >   of_SetFileSystem   

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

Name Datatype
No Data

Name Datatype
lb_Null boolean

public function integer of_SetFileSystem (string as_filename, boolean ab_system);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_SetFileSystem
//	Arguments:		as_FileName				The name of the file whose System attribute is to be set.
//						ab_System				The value to set the attribute to.
//	Returns:			Integer
//						1 if successful, -1 if an error occurrs.
//	Description:	Set a file's System attribute.
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
boolean		lb_Null

SetNull(lb_Null)

Return of_SetFileAttributes(as_FileName, lb_Null, lb_Null, ab_System, lb_Null)
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.setnull systemfunctions
pfc_n_cst_filesrv.of_SetFileAttributes pfc_n_cst_filesrv

     
Full name
No Data

     
Name Scope
No Data