MODULES Uize.Services.FileSystemAdapter.Wsh
- Contents
- 1. Introduction
-
2. Instance Methods
- 2.1. copyFile
- 2.2. deleteFile
- 2.3. deleteFolder
- 2.4. fileExists
- 2.5. fire
- 2.6. folderExists
- 2.7. get
- 2.8. getFiles
- 2.9. getFolders
- 2.10. getItemsInFolder
- 2.11. getModifiedDate
- 2.12. init
- 2.13. is
- 2.14. isMet
- 2.15. kill
- 2.16. makeFolder
- 2.17. met
- 2.18. moveFile
- 2.19. onChange
- 2.20. once
- 2.21. pathExists
- 2.22. readFile
- 2.23. set
- 2.24. toggle
- 2.25. unmet
- 2.26. unwire
- 2.27. valueOf
- 2.28. whenever
- 2.29. wire
- 2.30. writeFile
-
3. Static Methods
- 3.1. Uize.Services.FileSystemAdapter.Wsh.alphastructor
- 3.2. Uize.Services.FileSystemAdapter.Wsh.declare
- 3.3. Uize.Services.FileSystemAdapter.Wsh.doMy
- 3.4. Uize.Services.FileSystemAdapter.Wsh.dualContextMethods
- 3.5. Uize.Services.FileSystemAdapter.Wsh.dualContextProperties
- 3.6. Uize.Services.FileSystemAdapter.Wsh.fire
- 3.7. Uize.Services.FileSystemAdapter.Wsh.get
- 3.8. Uize.Services.FileSystemAdapter.Wsh.getParentFolderPath
- 3.9. Uize.Services.FileSystemAdapter.Wsh.instanceMethods
- 3.10. Uize.Services.FileSystemAdapter.Wsh.instanceProperties
- 3.11. Uize.Services.FileSystemAdapter.Wsh.mixins
- 3.12. Uize.Services.FileSystemAdapter.Wsh.omegastructor
- 3.13. Uize.Services.FileSystemAdapter.Wsh.set
- 3.14. Uize.Services.FileSystemAdapter.Wsh.singleton
- 3.15. Uize.Services.FileSystemAdapter.Wsh.stateProperties
- 3.16. Uize.Services.FileSystemAdapter.Wsh.staticMethods
- 3.17. Uize.Services.FileSystemAdapter.Wsh.staticProperties
- 3.18. Uize.Services.FileSystemAdapter.Wsh.subclass
- 3.19. Uize.Services.FileSystemAdapter.Wsh.toggle
- 3.20. Uize.Services.FileSystemAdapter.Wsh.unwire
- 3.21. Uize.Services.FileSystemAdapter.Wsh.wire
- 4. Static Properties
1. Introduction
The Uize.Services.FileSystemAdapter.Wsh
module defines an adapter for the file system service (Uize.Services.FileSystem
) for the WSH (Windows Script Host) environment.
DEVELOPERS: Chris van Rensburg & Ben Ilegbodu
1.1. Examples
There are no dedicated showcase example pages for the Uize.Services.FileSystemAdapter.Wsh
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Services.FileSystemAdapter.Wsh
module...
SEARCH
1.2. Implementation Info
The Uize.Services.FileSystemAdapter.Wsh
module defines the Uize.Services.FileSystemAdapter.Wsh
class, which is a subclass of Uize.Services.FileSystemAdapter
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Service.Adapter
−> Uize.Services.FileSystemAdapter
−> Uize.Services.FileSystemAdapter.Wsh
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
copyFile
| deleteFile
| deleteFolder
| fileExists
| folderExists
| getModifiedDate
| init
| makeFolder
| moveFile
| pathExists
| readFile
| writeFile
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
STATIC PROPERTIES
Uize.Services.FileSystemAdapter.Wsh.moduleName
| Uize.Services.FileSystemAdapter.Wsh.nonInheritableStatics
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
fire
| get
| getFiles
| getFolders
| is
| isMet
| kill
| met
| onChange
| once
| set
| toggle
| unmet
| unwire
| whenever
| wire
STATIC METHODS
Uize.Services.FileSystemAdapter.Wsh.alphastructor
| Uize.Services.FileSystemAdapter.Wsh.declare
| Uize.Services.FileSystemAdapter.Wsh.doMy
| Uize.Services.FileSystemAdapter.Wsh.dualContextMethods
| Uize.Services.FileSystemAdapter.Wsh.dualContextProperties
| Uize.Services.FileSystemAdapter.Wsh.fire
| Uize.Services.FileSystemAdapter.Wsh.get
| Uize.Services.FileSystemAdapter.Wsh.getParentFolderPath
| Uize.Services.FileSystemAdapter.Wsh.instanceMethods
| Uize.Services.FileSystemAdapter.Wsh.instanceProperties
| Uize.Services.FileSystemAdapter.Wsh.mixins
| Uize.Services.FileSystemAdapter.Wsh.omegastructor
| Uize.Services.FileSystemAdapter.Wsh.set
| Uize.Services.FileSystemAdapter.Wsh.singleton
| Uize.Services.FileSystemAdapter.Wsh.stateProperties
| Uize.Services.FileSystemAdapter.Wsh.staticMethods
| Uize.Services.FileSystemAdapter.Wsh.staticProperties
| Uize.Services.FileSystemAdapter.Wsh.subclass
| Uize.Services.FileSystemAdapter.Wsh.toggle
| Uize.Services.FileSystemAdapter.Wsh.unwire
| Uize.Services.FileSystemAdapter.Wsh.wire
STATIC PROPERTIES
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Services.FileSystemAdapter.Wsh
module.
2. Instance Methods
2.1. copyFile
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. deleteFile
IMPLEMENTATION INFO
this feature was introduced in this module |
2.3. deleteFolder
IMPLEMENTATION INFO
this feature was introduced in this module |
2.4. fileExists
IMPLEMENTATION INFO
this feature was introduced in this module |
2.5. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.6. folderExists
IMPLEMENTATION INFO
this feature was introduced in this module |
2.7. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.8. getFiles
Inherited from Uize.Services.FileSystemAdapter
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Services.FileSystemAdapter , first introduced in Uize.Services.FileSystemAdapter ) |
2.9. getFolders
Inherited from Uize.Services.FileSystemAdapter
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Services.FileSystemAdapter , first introduced in Uize.Services.FileSystemAdapter ) |
2.10. getItemsInFolder
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Services.FileSystemAdapter ) |
2.11. getModifiedDate
IMPLEMENTATION INFO
this feature was introduced in this module |
2.12. init
IMPLEMENTATION INFO
this feature was introduced in this module |
2.13. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.14. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.15. kill
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.16. makeFolder
IMPLEMENTATION INFO
this feature was introduced in this module |
2.17. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.18. moveFile
IMPLEMENTATION INFO
this feature was introduced in this module |
2.19. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.20. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.21. pathExists
IMPLEMENTATION INFO
this feature was introduced in this module |
2.22. readFile
IMPLEMENTATION INFO
this feature was introduced in this module |
2.23. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.24. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.25. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.26. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.27. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.28. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.29. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.30. writeFile
IMPLEMENTATION INFO
this feature was introduced in this module |
3. Static Methods
3.1. Uize.Services.FileSystemAdapter.Wsh.alphastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.2. Uize.Services.FileSystemAdapter.Wsh.declare
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.3. Uize.Services.FileSystemAdapter.Wsh.doMy
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.4. Uize.Services.FileSystemAdapter.Wsh.dualContextMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.5. Uize.Services.FileSystemAdapter.Wsh.dualContextProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.6. Uize.Services.FileSystemAdapter.Wsh.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.7. Uize.Services.FileSystemAdapter.Wsh.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.8. Uize.Services.FileSystemAdapter.Wsh.getParentFolderPath
Inherited from Uize.Services.FileSystemAdapter
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Services.FileSystemAdapter , first introduced in Uize.Services.FileSystemAdapter ) |
|
this static feature is inherited by subclasses |
3.9. Uize.Services.FileSystemAdapter.Wsh.instanceMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.10. Uize.Services.FileSystemAdapter.Wsh.instanceProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.11. Uize.Services.FileSystemAdapter.Wsh.mixins
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.12. Uize.Services.FileSystemAdapter.Wsh.omegastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.13. Uize.Services.FileSystemAdapter.Wsh.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.14. Uize.Services.FileSystemAdapter.Wsh.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.15. Uize.Services.FileSystemAdapter.Wsh.stateProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.16. Uize.Services.FileSystemAdapter.Wsh.staticMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.17. Uize.Services.FileSystemAdapter.Wsh.staticProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.18. Uize.Services.FileSystemAdapter.Wsh.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.19. Uize.Services.FileSystemAdapter.Wsh.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.20. Uize.Services.FileSystemAdapter.Wsh.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.21. Uize.Services.FileSystemAdapter.Wsh.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4. Static Properties
4.1. Uize.Services.FileSystemAdapter.Wsh.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.2. Uize.Services.FileSystemAdapter.Wsh.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is not inherited by subclasses |
4.3. Uize.Services.FileSystemAdapter.Wsh.pathToResources
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |