| 10989 | } |
| 10990 | |
| 10991 | VarSizeType Script::GetLoopFileAttrib(char *aBuf) |
| 10992 | { |
| 10993 | char str[64] = ""; // Set default. |
| 10994 | if (mLoopFile) |
| 10995 | FileAttribToStr(str, mLoopFile->dwFileAttributes); |
| 10996 | if (aBuf) |
| 10997 | strcpy(aBuf, str); |
| 10998 | return (VarSizeType)strlen(str); |
| 10999 | } |
| 11000 | |
| 11001 | VarSizeType Script::GetLoopFileSize(char *aBuf, int aDivider) |
| 11002 | { |