secureswitools/swisistools/source/interpretsislib/stringutils.cpp
branchRCL_3
changeset 73 79647526f98c
parent 62 5cc91383ab1e
child 81 42552535c1ac
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
   200         if  ( colon == ':' && backslash == '\\' )
   200         if  ( colon == ':' && backslash == '\\' )
   201 		#else
   201 		#else
   202 		if  ( colon == ':' && (backslash == '/' || backslash == '\\'))
   202 		if  ( colon == ':' && (backslash == '/' || backslash == '\\'))
   203 		#endif
   203 		#endif
   204             {
   204             {
   205             startsWithDrive = ( drive >= 'A' && drive <= 'Z' ) || (drive == '!') ;
   205             startsWithDrive = ( drive >= 'A' && drive <= 'Z' ) || (drive == '!') || (drive == '$') ;
   206             }
   206             }
   207         }
   207         }
   208     //
   208     //
   209     return startsWithDrive;
   209     return startsWithDrive;
   210     }
   210     }