This website requires JavaScript.
Explore
Help
Register
Sign In
pascal
/
lazarus-ccr
Watch
1
Star
0
Fork
0
You've already forked lazarus-ccr
Code
Issues
Releases
Activity
Files
267bfb2380f937c96bfe004356826c53640a7af5
lazarus-ccr
/
applications
/
instantfpc
/
examples
/
getworkingdirectory.pas
9 lines
101 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
instantfpc: example for working directory git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-03-27 16:42:50 +00:00
#
!
/
usr
/
bin
/
env
instantfpc
instantfpc: fixed examples git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-03-27 19:48:12 +00:00
{$mode objfpc}
{$H+}
instantfpc: example for working directory git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-03-27 16:42:50 +00:00
uses
SysUtils
;
begin
writeln
(
GetCurrentDir
)
;
end
.
Reference in New Issue
Copy Permalink