SAP ABAP Class CL_HCS_DIRECTORY_ACCESS (Directory Access Functions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-HLP-ABA (Application Component) Help Infrastructure for ABAP
     SHCS_FILE_BASE (Package) Help Center Search: General File Access Functions
Properties
Class CL_HCS_DIRECTORY_ACCESS  
Short Description Directory Access Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SHCS_FILE_BASE   Help Center Search: General File Access Functions 
Created 20090519   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HCS_DIRECTORY_ACCESS has no forward declaration.
Interfaces
Class CL_HCS_DIRECTORY_ACCESS has no interface implemented.
Friends
Class CL_HCS_DIRECTORY_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_SEPARATOR Static Attribute Private Type reference (TYPE) HCS_DIRECTORY_SEPARATOR Directory Separator (on Current Application Server) 20090528
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090528
2 DIRECTORY_EXISTS Static method Public Method Does directory exist? 20090528
3 GET_DIRECTORY_CONTENT Static method Public Method Get Directory Content 20090528
4 GET_PHYS_PATH Static method Public Method Generate (Physical) Directory Name from Logical Path 20090903
5 GET_SEPARATOR Static method Public Method Get Directory Separator (on Current Application Server) 20090528
Events
Class CL_HCS_DIRECTORY_ACCESS has no event.
Types
Class CL_HCS_DIRECTORY_ACCESS has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_HCS_DIRECTORY_ACCESS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HCS_DIRECTORY_ACCESS has no exception.

Method DIRECTORY_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING Verzeichnisname 20090528
2 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Existiert Verzeichnis? 20090528
# Exception Resumable Description Created on
1 CX_HCS_DIRECTORY_ACCESS_ERROR Exception bei Verzeichniszugriffen 20090528

Method GET_DIRECTORY_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DIRECTORIES Call by reference Type reference (TYPE) THCS_STRING Verzeichnisse 20090528
2 Exporting E_FILES Call by reference Type reference (TYPE) THCS_FILE Dateien 20090528
3 Importing I_NAME Call by reference Type reference (TYPE) STRING Verzeichnisname 20090528
# Exception Resumable Description Created on
1 CX_HCS_DIRECTORY_ACCESS_ERROR Exception bei Verzeichniszugriffen 20090528

Method GET_PHYS_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADD_PATH Call by reference Type reference (TYPE) STRING Zusätzlicher Pfad 20090903
2 Importing I_LOG_PATH Call by reference Type reference (TYPE) FILEPATH-PATHINTERN Logischer Pfad 20090903
3 Returning R_PHYS_PATH Value transfer Type reference (TYPE) STRING (Physischer) Verzeichnisname 20090903
# Exception Resumable Description Created on
1 CX_HCS_DIRECTORY_ACCESS_ERROR Exception bei Verzeichniszugriffen 20090903

Method GET_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SEPARATOR Value transfer Type reference (TYPE) HCS_DIRECTORY_SEPARATOR Verzeichnistrennzeichen (auf aktuellem Applikationsserver) 20090528

Method GET_SEPARATOR on class CL_HCS_DIRECTORY_ACCESS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 740