Hi
I need to convert a mapped drive path (eg K:\Projects\ABC) to a UNC path name (like \\Fe_Techuser\User\Projects\ABC)
in a pc based fortran program. I am currently using Compaq visual fortran 6.6. If its easier to get the mapped drive from a UNC Path that would be fine.
Thanks.
Chris16
Hi, can someone help me. I'm converting julian to gregorian dates. Using the basic syntax (VB) having trouble. My code reads as follows:
Function ConJul(JulianDate As Long)
ConJul = DateSerial(1900 + Int(JulianDate / 1000), 1, JulianDate Mod 1000)
End Function
Not working.
Also...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.