Check available disk space for logging
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2018
12:42 AM
05-09-2018
12:42 AM
Check available disk space for logging
Iwant to do this by Scripting.
=> How do I Access the log location?
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2018
01:31 AM
05-09-2018
01:31 AM
Project.Path + "Log\"
ProjectSuite.Path + "Log\"
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2018
02:58 AM
05-09-2018
02:58 AM
Project.Path + "Log\" gets me
I:\Automatisierung\Projects\Test TC\Test Prototyp\Log\
ProjectSuite.Path + "Log\" gets
I:\Automatisierung\Projects\Test TC\Log\
In my Project, the log Location property is set to %TcLog%TestTC\Test Prototyp,
which Points at
C:\TestLogs\TestTC\Test Prototyp
Can I read the log Location property somehow?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2018
03:24 AM
05-09-2018
03:24 AM
One correction on the above post,
You can get exact path of log by using Logs.Path
Below will get you the free space of the driver.
aqFileSystem.GetDriveInfo("driveName").FreeSpace
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”