FileAccess( const QString& name, bool bWantToWrite=false ); // name: local file or dirname or url (when supported) void setFile( const QString& name, bool bWantToWrite=false );
| 19 | // void setFile( const QString& name, bool bWantToWrite=false ); |
| 20 | // |
| 21 | bool FileAccess::isValid() const |
| 22 | { |
| 23 | return m_name.length() != 0; |
| 24 | } |
| 25 | |
| 26 | // bool isFile() const; |
| 27 | // bool isDir() const; |
no outgoing calls