fakeproj.gooddir.sysmodule

library of functions for sys derived tasks

Module Contents

fakeproj.gooddir.sysmodule.get_new_path(dir_name: str) → str

return new path with dir name

Parameters

dir_name (str) – name of new directory to be made

Returns

path to new directory

Return type

str

fakeproj.gooddir.sysmodule.get_ssh() → str

return path to .ssh directory

Returns

path to .ssh

Return type

str