"map network drive" operation issue during copying name into variable?

Hi guys,

Description:
- There is “map network drive” operation that maps drive and copies name into variable.
- It usually returns the following output:
Command line : net use * \…\c$ PASSWORD /user:… /persistent:no
Drive X: is now connected to \…\c$.
The command completed successfully.
Success
- But from time to time I see just the following:
Command line : net use * \…\d$ PASSWORD /user:… /persistent:no
Success
- As you see there is no mapped drive letter. So the variable stays empty in this case. Nevertheless, this operation shows success in FinalBuilder.

Question:
- May I ask FinalBuilder developers to check that “map network drive” operation fails, if there is no parsed mapped drive letter to be set for the variable?

Thanks