HWRF
trunk@4391
|
This exception is raised when the caller tries to create multiple symlinks in a single target, but the target is not a directory. More...
This exception is raised when the caller tries to create multiple symlinks in a single target, but the target is not a directory.
Additional Inherited Members | |
![]() | |
def | __init__ |
FileOpError constructor. More... | |
def | __str__ (self) |
A string description of the problem. More... | |
def | __iter__ (self) |
Iterates over a list of tuples, (from,to,message) where from is the source file, to is the destination file and message is a description of the problem with that pair. More... | |
![]() | |
message | |
The error message. | |
filename | |
The name of the problematic file. | |
more | |
A list of tuples, (from,to,message) where from is the source file, to is the destination file and message is a description of the problem with that pair. More... | |