mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-01 17:41:54 +01:00
target: Add Target.makedirs()
Create a directory on the target.
This commit is contained in:
committed by
Marc Bonnici
parent
bef1ec3afc
commit
590069f01f
@@ -436,6 +436,10 @@ Target
|
||||
Return a list of :class:`PsEntry` instances for all running processes on the
|
||||
system.
|
||||
|
||||
.. method:: Target.makedirs(self, path)
|
||||
|
||||
Create a directory at the given path and all its ancestors if needed.
|
||||
|
||||
.. method:: Target.file_exists(self, filepath)
|
||||
|
||||
Returns ``True`` if the specified path exists on the target and ``False``
|
||||
|
Reference in New Issue
Block a user