bool isReadable() const; bool isWritable() const; bool isExecutable() const; bool isHidden() const; QString readLink() const; QDateTime created() const; QDateTime lastModified() const; QDateTime lastRead() const; QString fileName() const; // Just the name-part of the path, without parent directories QString filePath() const; // The path-string that was used during construction
| 53 | // QString fileName() const; // Just the name-part of the path, without parent directories |
| 54 | // QString filePath() const; // The path-string that was used during construction |
| 55 | QString FileAccess::prettyAbsPath() const |
| 56 | { |
| 57 | return QString(""); |
| 58 | } |
| 59 | // KUrl url() const; |
| 60 | QString FileAccess::absoluteFilePath() const |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected