add_file_to_dir
fp = add_file_to_dir(dirstack[level-1], s);
struct file *add_file_to_dir(struct file *, const char *);
: add_file_to_dir(dp, name);
fp = add_file_to_dir(dirstack[level-1], path);
add_file_to_dir(dirstack[level-1], path);
add_file_to_dir(dirstack[level-1], path);