2000-01-24 21:28:28 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-05-21 11:12:37 +00: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 07:45:12 +00:00
|
|
|
|
|
|
|
#include "nsIFile.idl"
|
|
|
|
|
2002-05-03 06:01:29 +00:00
|
|
|
/**
|
2012-04-04 11:04:37 +00:00
|
|
|
* An empty interface to provide backwards compatibility for existing code.
|
2002-05-03 06:01:29 +00:00
|
|
|
*
|
2012-04-04 11:04:37 +00:00
|
|
|
* @see nsIFile
|
2002-05-03 06:01:29 +00:00
|
|
|
*/
|
2012-06-06 16:30:58 +00:00
|
|
|
[scriptable, builtinclass, uuid(ce4ef184-7660-445e-9e59-6731bdc65505)]
|
1999-12-02 07:45:12 +00:00
|
|
|
interface nsILocalFile : nsIFile
|
|
|
|
{
|
2000-01-24 21:28:28 +00:00
|
|
|
};
|
1999-12-02 07:45:12 +00:00
|
|
|
|