Schau mal im Karelhandbuch nach den KCL Commands. Da gibt es was:
Code
MKDIR command
Syntax: MKDIR <device_name>\path_name
where:
device_name : a valid storage device
path_name : a subdirectory previously created on the memory card device using the mkdir command.
Purpose: MKDIR creates a subdirectory on the memory card (MC:) device. FANUC Robotics
recommends you nest subdirectories only to 8 levels.
Example: KCL> MKDIR mc:\test_dir
KCL> MKDIR mc:\prog_dir\tpnx_dir