2000-01-25 00:28:28 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1999-12-02 10:45:12 +03:00
|
|
|
|
|
|
|
#include "nsIFile.idl"
|
|
|
|
|
2002-05-03 10:01:29 +04:00
|
|
|
/**
|
2012-04-04 15:04:37 +04:00
|
|
|
* An empty interface to provide backwards compatibility for existing code.
|
2002-05-03 10:01:29 +04:00
|
|
|
*
|
2012-04-04 15:04:37 +04:00
|
|
|
* @see nsIFile
|
2002-05-03 10:01:29 +04:00
|
|
|
*/
|
2015-03-06 19:34:08 +03:00
|
|
|
[scriptable, builtinclass, uuid(7ba8c6ba-2ce2-48b1-bd60-4c32aac35f9c)]
|
1999-12-02 10:45:12 +03:00
|
|
|
interface nsILocalFile : nsIFile
|
|
|
|
{
|
2000-01-25 00:28:28 +03:00
|
|
|
};
|
1999-12-02 10:45:12 +03:00
|
|
|
|