You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have a mix of CreateDirectory and add_real_directory, where I can define a fake directory but matching the content of an existing directory (but not with the same path)?
No, that is not possible directly.
We could add an additional destination argument to add_real_directory() and add_real_file() (but probably not to add_real_paths()).
Hello
Is it possible to have a mix of
CreateDirectory
andadd_real_directory
, where I can define a fake directory but matching the content of an existing directory (but not with the same path)?I am looking for an equivalent of this code:
thanks
The text was updated successfully, but these errors were encountered: