ModuleFileName
(Engine-Level Function)
Description: |
Returns the full path (including the drive letter) and file name of the document (.SRC) file of a module. |
Returns: |
Text |
Usage: |
Script or steady state. |
Function Groups: |
Compilation and On-Line Modifications, File I/O, Advanced Module |
Related to: |
|
Format: |
ModuleFileName(Module) |
Parameters: |
|
Module |
Required. Any expression for the module to enquire about. |
Example:
If 1 Next;
[
PageFiles = ChildDocs(Scope(Code, PageName), 10);
I = 0;
WhileLoop(I < ArraySize(PageFiles, 0),
PageFiles[I] = ModuleFileName(PageFiles[I]);
I++;
);
]
Trihedral and VTScada are registered trade marks of Trihedral Engineering Limited
© Trihedral Engineering Limited 1983- 2024 All rights reserved.