Browse by Tags

Get the physical path of a path that uses a subst drive
Published 5 April 7 7:21 PM | Ramon Smits
My previous employer used a tool to attach databases that were located on a substituted path. I needed this conversion logic in another kind of environment and used the almighty google. So I hit an article on Avner Kashtan 's blog titled Query SUBST information...
Tool : Add string as resource
Published 19 October 6 4:31 PM | Ramon Smits
I found this really nice little to add a string as a resource . You just select a string in the editor, right click to get the context menu and select to add it as a resource. You then get a dialog in which you can specify the key value and the resourcefile...
The && and the & operators
Published 29 August 6 2:27 PM | Ramon Smits
Today a collegue had me flabbergasted by using the & operator in a boolean comparison like the following example. return x & y; Both x and y were booleans and I said "Hey you just forgot an &! A single & is a bitwise operator.". And he...
Filed under: , ,