class KIO.StatJob |
|
|
A KIO job that retrieves information about a file or directory. See also KIO.stat() |
|
|
|
Signals a permanent redirection. The redirection itself is handled internally. job - the job that is redirected fromUrl - the original URL toUrl - the new URL |
|
Signals a redirection. Use to update the URL shown to the user. The redirection itself is handled internally. job - the job that is redirected url - the new url |
|
Selects the level of details we want. By default this is 2 (all details wanted, including modification time, size, etc.), setDetails(1) is used when deleting: we don't need all the information if it takes too much time, no need to follow symlinks etc. setDetails(0) is used for very simple probing: we'll only get the answer "it's a file or a directory, or it doesn't exist". This is used by KRun. details - 2 for all details, 1 for simple, 0 for very simple |
|
A stat() can have two meanings. Either we want to read from this URL, or to check if we can write to it. First case is "source", second is "dest". It is necessary to know what the StatJob is for, to tune the kioslave's behavior (e.g. with FTP). side - SourceSide or DestinationSide |
|
A stat() can have two meanings. Either we want to read from this URL, or to check if we can write to it. First case is "source", second is "dest". It is necessary to know what the StatJob is for, to tune the kioslave's behavior (e.g. with FTP). source - true for "source" mode, false for "dest" mode |
|
|
|
Call this in the slot connected to result, and only after making sure no error happened. Returns the result of the stat |
SourceSide | - | ||
DestinationSide | - |