Frequently Asked Questions

Mar 28, 2024 - 12:08pm

 [F] Frequently Asked Questions  / Support Assistant  / Web Crossing isn't Working...  / Web Crossing is Unresponsive  / Error Messages  / Errors in webx.log  /

Unknown file error: /Users/bruce/webx 21 (Is a directory)

Rate This FAQ
Rating: ***** (based on 1 votes)

Created On: 17 Jun 2009 4:09 pm
Last Edited: 17 Jun 2009 4:11 pm

Question Printer Friendly

I am seeing this error in my webx.log file.

Answer

You have a macro that is attempting to use the fileWrite WCTL command, but is using an empty file name. This error is returned by the file system of your OS.

Example
%% "".fileWrite ("scoobydoo") %%

or

%% name.fileWrite(data) %%

where the variable "name" is blank or does not exist.