# Here
%f'output.txt' -> create;
%d'docs' -> create;
# Root dir
Dir.root + %f'output.txt' -> create;
Dir.root + %d'docs' -> create;