ReactOS 0.4.15-dev-7918-g2a2556c
IWshRuntimeLibrary::IFolder Interface Reference
Inheritance diagram for IWshRuntimeLibrary::IFolder:
Collaboration diagram for IWshRuntimeLibrary::IFolder:

Public Member Functions

HRESULT Delete ([in, defaultvalue(0)] VARIANT_BOOL force)
 
HRESULT Copy ([in] BSTR Destination, [in, defaultvalue(-1)] VARIANT_BOOL OverWriteFiles)
 
HRESULT Move ([in] BSTR Destination)
 
HRESULT CreateTextFile ([in] BSTR FileName, [in, defaultvalue(-1)] VARIANT_BOOL Overwrite, [in, defaultvalue(0)] VARIANT_BOOL Unicode, [out, retval] ITextStream **ppts)
 
HRESULT Delete ([in, defaultvalue(0)] VARIANT_BOOL force)
 
HRESULT Copy ([in] BSTR Destination, [in, defaultvalue(-1)] VARIANT_BOOL OverWriteFiles)
 
HRESULT Move ([in] BSTR Destination)
 
HRESULT CreateTextFile ([in] BSTR FileName, [in, defaultvalue(-1)] VARIANT_BOOL Overwrite, [in, defaultvalue(0)] VARIANT_BOOL Unicode, [out, retval] ITextStream **ppts)
 
- Public Member Functions inherited from IDispatch
HRESULT GetTypeInfoCount ([out] UINT *pctinfo)
 
HRESULT GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo)
 
HRESULT GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId)
 
HRESULT Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr)
 
HRESULT RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

BSTR Path [get]
 
BSTR Name [get, set]
 
BSTR ShortPath [get]
 
BSTR ShortName [get]
 
IDrive Drive [get]
 
IFolder ParentFolder [get]
 
FileAttribute Attributes [get, set]
 
DATE DateCreated [get]
 
DATE DateLastModified [get]
 
DATE DateLastAccessed [get]
 
BSTR Type [get]
 
VARIANT_BOOL IsRootFolder [get]
 
VARIANT Size [get]
 
IFolderCollection SubFolders [get]
 
IFileCollection Files [get]
 

Additional Inherited Members

- Public Types inherited from IDispatch
typedef IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Public Attributes inherited from IDispatch
const DISPID DISPID_UNKNOWN = -1
 
const DISPID DISPID_VALUE = 0
 
const DISPID DISPID_PROPERTYPUT = -3
 
const DISPID DISPID_NEWENUM = -4
 
const DISPID DISPID_EVALUATE = -5
 
const DISPID DISPID_CONSTRUCTOR = -6
 
const DISPID DISPID_DESTRUCTOR = -7
 
const DISPID DISPID_COLLECT = -8
 

Detailed Description

Definition at line 270 of file wshom.idl.

Member Function Documentation

◆ Copy() [1/2]

HRESULT IWshRuntimeLibrary::IFolder::Copy ( [in] BSTR  Destination,
[in, defaultvalue(-1)] VARIANT_BOOL  OverWriteFiles 
)

◆ Copy() [2/2]

HRESULT IWshRuntimeLibrary::IFolder::Copy ( [in] BSTR  Destination,
[in, defaultvalue(-1)] VARIANT_BOOL  OverWriteFiles 
)

◆ CreateTextFile() [1/2]

HRESULT IWshRuntimeLibrary::IFolder::CreateTextFile ( [in] BSTR  FileName,
[in, defaultvalue(-1)] VARIANT_BOOL  Overwrite,
[in, defaultvalue(0)] VARIANT_BOOL  Unicode,
[out, retval] ITextStream **  ppts 
)

◆ CreateTextFile() [2/2]

HRESULT IWshRuntimeLibrary::IFolder::CreateTextFile ( [in] BSTR  FileName,
[in, defaultvalue(-1)] VARIANT_BOOL  Overwrite,
[in, defaultvalue(0)] VARIANT_BOOL  Unicode,
[out, retval] ITextStream **  ppts 
)

◆ Delete() [1/2]

HRESULT IWshRuntimeLibrary::IFolder::Delete ( [in, defaultvalue(0)] VARIANT_BOOL  force)

◆ Delete() [2/2]

HRESULT IWshRuntimeLibrary::IFolder::Delete ( [in, defaultvalue(0)] VARIANT_BOOL  force)

◆ Move() [1/2]

HRESULT IWshRuntimeLibrary::IFolder::Move ( [in] BSTR  Destination)

◆ Move() [2/2]

HRESULT IWshRuntimeLibrary::IFolder::Move ( [in] BSTR  Destination)

Property Documentation

◆ Attributes

FileAttribute IWshRuntimeLibrary::IFolder::Attributes
getset

◆ DateCreated

DATE IWshRuntimeLibrary::IFolder::DateCreated
get

◆ DateLastAccessed

DATE IWshRuntimeLibrary::IFolder::DateLastAccessed
get

◆ DateLastModified

DATE IWshRuntimeLibrary::IFolder::DateLastModified
get

◆ Drive

IDrive IWshRuntimeLibrary::IFolder::Drive
get

◆ Files

IFileCollection IWshRuntimeLibrary::IFolder::Files
get

◆ IsRootFolder

VARIANT_BOOL IWshRuntimeLibrary::IFolder::IsRootFolder
get

◆ Name

BSTR IWshRuntimeLibrary::IFolder::Name
getset

◆ ParentFolder

IFolder IWshRuntimeLibrary::IFolder::ParentFolder
get

◆ Path

BSTR IWshRuntimeLibrary::IFolder::Path
get

◆ ShortName

BSTR IWshRuntimeLibrary::IFolder::ShortName
get

◆ ShortPath

BSTR IWshRuntimeLibrary::IFolder::ShortPath
get

◆ Size

VARIANT IWshRuntimeLibrary::IFolder::Size
get

◆ SubFolders

IFolderCollection IWshRuntimeLibrary::IFolder::SubFolders
get

◆ Type

BSTR IWshRuntimeLibrary::IFolder::Type
get

The documentation for this interface was generated from the following files: