Functions | |
AXIS2_EXTERN axis2_char_t * | w2c_file_writer_create_classfile_name (const axis2_env_t *env, axis2_char_t *rootLocation, axis2_char_t *package_name, axis2_char_t *file_name, axis2_char_t *extension) |
AXIS2_EXTERN axis2_char_t* w2c_file_writer_create_classfile_name | ( | const axis2_env_t * | env, | |
axis2_char_t * | rootLocation, | |||
axis2_char_t * | package_name, | |||
axis2_char_t * | file_name, | |||
axis2_char_t * | extension | |||
) |
creates folder in the path/ returns the fullpath to file.
env | double pointer to environment struct. MUST NOT be NULL | |
root_location | location to be written | |
package_name | package, can be '.' separated to compatibility with java | |
file_name | name of the file | |
extension | type of the file c, java, csharp, cpp etc |