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 | 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 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090528 | |
| 2 | Static method | Public | Method | Does directory exist? | 20090528 | |
| 3 | Static method | Public | Method | Get Directory Content | 20090528 | |
| 4 | Static method | Public | Method | Generate (Physical) Directory Name from Logical Path | 20090903 | |
| 5 | 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 | I_NAME | Call by reference | Type reference (TYPE) | STRING | Verzeichnisname | 20090528 | |||
| 2 | R_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Existiert Verzeichnis? | 20090528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception bei Verzeichniszugriffen | 20090528 |
Method GET_DIRECTORY_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DIRECTORIES | Call by reference | Type reference (TYPE) | THCS_STRING | Verzeichnisse | 20090528 | |||
| 2 | E_FILES | Call by reference | Type reference (TYPE) | THCS_FILE | Dateien | 20090528 | |||
| 3 | I_NAME | Call by reference | Type reference (TYPE) | STRING | Verzeichnisname | 20090528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception bei Verzeichniszugriffen | 20090528 |
Method GET_PHYS_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ADD_PATH | Call by reference | Type reference (TYPE) | STRING | Zusätzlicher Pfad | 20090903 | |||
| 2 | I_LOG_PATH | Call by reference | Type reference (TYPE) | FILEPATH-PATHINTERN | Logischer Pfad | 20090903 | |||
| 3 | R_PHYS_PATH | Value transfer | Type reference (TYPE) | STRING | (Physischer) Verzeichnisname | 20090903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception bei Verzeichniszugriffen | 20090903 |
Method GET_SEPARATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 |