find OS drive by asp.net coding
-
how to get drive name in which operating system has been installed by asp.net coding. thanks
You get the best out of others when you give the best of yourself.
-
how to get drive name in which operating system has been installed by asp.net coding. thanks
You get the best out of others when you give the best of yourself.
Why on earth would you want that ? What could you possibly hope to do with it ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Why on earth would you want that ? What could you possibly hope to do with it ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
actually itext sharp not supporting directly some font family like 'Locida Console' but I got one solution that we can give path to font file that is place by default in drive where os is installed. like: if OS is installed on C drive means - I want path="C:\\WINDOWS\\Fonts\\" so just I want to know drive only to resolve this issue.
You get the best out of others when you give the best of yourself.
-
actually itext sharp not supporting directly some font family like 'Locida Console' but I got one solution that we can give path to font file that is place by default in drive where os is installed. like: if OS is installed on C drive means - I want path="C:\\WINDOWS\\Fonts\\" so just I want to know drive only to resolve this issue.
You get the best out of others when you give the best of yourself.
-
your solution might work on your development environment but I'm quite sure it won't work on production server if it's third party's.
thanks for your kind response. now I have got solution.
You get the best out of others when you give the best of yourself.
-
thanks for your kind response. now I have got solution.
You get the best out of others when you give the best of yourself.
-
actually itext sharp not supporting directly some font family like 'Locida Console' but I got one solution that we can give path to font file that is place by default in drive where os is installed. like: if OS is installed on C drive means - I want path="C:\\WINDOWS\\Fonts\\" so just I want to know drive only to resolve this issue.
You get the best out of others when you give the best of yourself.
You cannot access files on your clients host computer, what fonts they have installed is irrelevant. I'd bet anything that the solution you found will not work when you deploy to a real server.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.