Commit Graph

106 Commits

Author SHA1 Message Date
Nikolay Sivov c824cfa08c scrrun: Implement DriveLetter property for a drive. 2014-03-31 11:44:45 +02:00
Nikolay Sivov 61a3bd3302 scrrun: Implement AvailableSpace property for a drive. 2014-03-31 11:44:42 +02:00
Nikolay Sivov 2377fc099d scrrun: Implement TotalSize property for a drive. 2014-03-31 11:44:39 +02:00
Nikolay Sivov f6efe2268b scrrun: Added IsReady property for a drive. 2014-03-31 11:44:34 +02:00
Nikolay Sivov 40e23cde9e scrrun/tests: Update idl file in tests. 2014-03-20 10:43:34 +01:00
Nikolay Sivov 038438ad69 scrrun: Implemented AtEndOfStream() property. 2014-03-19 11:33:15 +01:00
Nikolay Sivov abcffadbf1 scrrun: Implement WriteLine/Write for ITextStream. 2014-03-18 11:41:52 +01:00
Nikolay Sivov 63db2d2e92 scrrun: Implement CreateTextFile(). 2014-03-17 17:34:11 +01:00
Nikolay Sivov eebf9c6b82 scrrun: Implement Path() property for Folder. 2014-03-12 10:22:32 +01:00
Nikolay Sivov 863a761426 scrrun: Implement Count() property for drive collection. 2014-03-11 10:27:42 +01:00
Nikolay Sivov a30a2abbc4 scrrun: Implement Skip() for drive collection. 2014-03-11 10:27:38 +01:00
Nikolay Sivov b2a8a0893f scrrun/tests: Use a writable location for folder creation test. 2014-03-10 12:16:58 +01:00
Nikolay Sivov fac1c0d25b scrrun: Fix Skip() for file collection. 2014-03-10 10:46:46 +01:00
Nikolay Sivov a9a2c9b539 scrrun: Fix Next() for file collection. 2014-03-10 10:46:45 +01:00
Dmitry Timoshkov 3a914b92fb scrrun/tests: Add more tests for IFileCollection using a dedicated temporary directory. 2014-02-06 17:08:29 +01:00
Dmitry Timoshkov 553078161d scrrun: IEnumVARIANT::Next should stop once it has enumerated the asked number the folder elements. 2014-01-29 14:51:02 +01:00
Dmitry Timoshkov f5279ad37d scrrun: IEnumVARIANT::Next should always return number of fetched folder elements. 2014-01-29 14:51:02 +01:00
Dmitry Timoshkov 758ebb2121 scrrun: IEnumVARIANT::Skip shouldn't skip anything if asked number of folder elements is 0. 2014-01-29 14:50:59 +01:00
Dmitry Timoshkov eb2abf262c scrrun: Make IEnumVARIANT::Skip work after IEnumVARIANT::Reset for a folder collection. 2014-01-29 14:50:58 +01:00
Dmitry Timoshkov bd25ef789c scrrun: Make IFolderCollection::get_Count use is_dir_data() helper. 2014-01-29 14:50:57 +01:00
Dmitry Timoshkov 9c6deb2b72 scrrun/tests: Add more tests for IFolderCollection using a dedicated temporary directory. 2014-01-29 14:50:57 +01:00
Nikolay Sivov 844aa7959e scrrun: Implement Clone() for folder collection. 2014-01-08 11:11:51 +01:00
Nikolay Sivov 07ded6bb36 scrrun: Added IFileCollection stub. 2014-01-06 17:03:06 +01:00
Nikolay Sivov 42d2b51992 scrrun: Implement Name() property for Folder. 2014-01-06 17:01:17 +01:00
Nikolay Sivov b99b69aac2 scrrun: Implement Next() for folder collection. 2014-01-06 17:00:24 +01:00
Nikolay Sivov 3cc34a5bf8 scrrun: Implement Reset() for folder collection. 2014-01-03 14:27:35 +01:00
Nikolay Sivov 47e1ac9f98 scrrun: Implement IEnumVARIANT stub for folder collection. 2014-01-03 14:27:33 +01:00
Nikolay Sivov 51f5ab1999 scrrun: Implement Count() property for folder collection. 2014-01-03 14:05:21 +01:00
Nikolay Sivov 2a3f1560bb scrrun: Added IFolderCollection stub. 2014-01-03 14:05:16 +01:00
Nikolay Sivov f76f34ca23 scrrun: Implement GetFolder(). 2014-01-02 19:35:49 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Frédéric Delanoy fe7f9e5fbb scrrun/tests: Constify a character string. 2013-12-30 19:01:37 +01:00
Nikolay Sivov 70bb23a9ac scrrun: Implement BuildPath method. 2013-11-18 11:18:12 +01:00
Detlef Riekenberg 25bca2ede4 scrrun/tests: Ignore case in path names. 2013-09-03 20:05:12 +02:00
Piotr Caban ec7ebd358d scrrun: Fix IFileSystem3::GetAbsolutePathName tests failures. 2013-08-01 16:28:29 +02:00
Piotr Caban 12d3741200 scrrun: Fix IFile::get_Attributes tests and implementation. 2013-08-01 16:28:23 +02:00
Piotr Caban f4e4a608cc scrrun/tests: Add IFilesystem3::CopyFolder tests. 2013-07-30 14:43:35 +02:00
Piotr Caban 23e38d4dd8 scrrun: Add IFileSystem3::DeleteFile implementation. 2013-07-30 14:43:35 +02:00
Piotr Caban c7abcd74fc scrrun: Add IFile::get_Size implementation. 2013-07-30 14:43:34 +02:00
Piotr Caban 4135874f0f scrrun: Add IFile::get_Attributes implementation. 2013-07-30 14:43:34 +02:00
Piotr Caban 45b31a9f01 scrrun/tests: Add IFileSystem3::GetFile tests. 2013-07-29 14:19:30 +02:00
Piotr Caban e7a415b3f8 scrrun/tests: Add IFileSystem3::GetAbsolutePathName tests. 2013-07-29 14:19:11 +02:00
Piotr Caban dd64952040 scrrun: Add IFileSystem3::GetBaseName implementation. 2013-07-24 11:13:16 -05:00
Piotr Caban fab963cdcc scrrun: Add IFileSystem3::GetFileName implementation. 2013-07-24 11:13:10 -05:00
Piotr Caban d51a35c565 scrrun: Add IFileSystem3::GetParentFolderName implementation. 2013-07-24 11:13:00 -05:00
Nikolay Sivov b6eaf8761d scrrun: Implement GetFileVersion(). 2012-12-19 14:38:58 +01:00
Nikolay Sivov 7a4225c68f scrrun: Block stream reading calls if it's not in ForReading mode. 2012-11-12 16:35:15 +01:00
Nikolay Sivov fee495d5fd scrrun: Added a stub for IFolder interface. 2012-11-05 17:44:14 +01:00
Alistair Leslie-Hughes 98aa713fa7 scrrun: Add Scripting.Dictionary interface. 2012-09-20 19:55:14 +02:00
Alistair Leslie-Hughes 50fe9b87ed scrrun: Correct FileExists for directories. 2012-08-16 12:46:21 +02:00
Alistair Leslie-Hughes f40bad4ce5 scrrun: Add missing id value. 2012-08-15 12:18:07 +02:00
Alistair Leslie-Hughes e6d9f824dc scrrun: Implement IFileSystem3 FolderExists. 2012-08-13 17:28:44 +02:00
Nikolay Sivov 1ca6cacdb3 scrrun: Added IFileSystem3_FileExists implementation. 2012-07-12 16:07:02 -05:00
Francois Gouget fe04204d11 scrrun/tests: Make test_interfaces() static. 2012-04-20 12:00:20 +02:00
Alistair Leslie-Hughes 1c62c9f7f9 scrrun: Add scrrun tests. 2012-04-05 17:53:22 +02:00